Elgg  Version 2.3
admin_exception.php
Go to the documentation of this file.
1 <?php
12 $exception = $vars['object'];
13 $result = new stdClass();
14 $result->error = get_class($exception);
15 $result->message = $exception->getMessage();
16 echo json_encode($result);
$vars['entity']
$exception
elgg echo
Translates a string.
Definition: languages.js:48