Elgg
Version 6.1
|
Go to the source code of this file.
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 11 of file admin_exception.php.
Definition at line 16 of file admin_exception.php.
if ($exception instanceof DatabaseException) else |
Definition at line 24 of file admin_exception.php.
$result error = get_class($exception) |
Definition at line 17 of file admin_exception.php.
string type of the ElggSystemMessage::message = $exception->getMessage() |
Definition at line 19 of file admin_exception.php.
$result ts = (int) elgg_extract('ts', $vars) |
Definition at line 18 of file admin_exception.php.