Elgg
Version 3.0
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Configuration exception. | |
Variables | |
$exception = elgg_extract('object', $vars) | |
if(!$exception instanceof Throwable) | $result = new stdClass() |
$result | error = get_class($exception) |
$result | ts = (int) elgg_extract('ts', $vars) |
$result | message = $exception->getMessage() |
if($exception instanceof DatabaseException) | else |
$exception = elgg_extract('object', $vars) |
Definition at line 12 of file admin_exception.php.
Definition at line 18 of file admin_exception.php.
if ($exception instanceof DatabaseException) else |
Definition at line 26 of file admin_exception.php.
$result error = get_class($exception) |
Definition at line 19 of file admin_exception.php.
$result message = $exception->getMessage() |
Definition at line 21 of file admin_exception.php.
$result ts = (int) elgg_extract('ts', $vars) |
Definition at line 20 of file admin_exception.php.