dvadf
File manager - Edit - /home/theblueo/www/wp-content/plugins/loco-translate/src/admin/ErrorController.php
Back
<?php /** * */ class Loco_admin_ErrorController extends Loco_mvc_AdminController { public function renderError( Exception $e ){ $this->set('error', Loco_error_Exception::convert($e) ); return $this->render(); } public function render(){ $e = $this->get('error') or $e = new Loco_error_Exception('No error set'); return $this->view( $e->getTemplate() ); } }
dvadf
dvadf
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings