%PDF- %PDF-
| Direktori : /home/vacivi36/public_bakcup/old/wp-content/plugins/loco-translate/old/php/ |
| Current File : /home/vacivi36/public_bakcup/old/wp-content/plugins/loco-translate/old/php/loco-fail.php |
<?php
/**
* Script that deliberately fails
*/
try {
throw new Exception('Unknown error');
}
catch( Exception $Ex ){
require dirname(__FILE__).'/loco-fatal.php';
}