| Elgg
    Version 6.3
    | 
Go to the source code of this file.
| Variables | |
| $exception = elgg_extract('object', $vars) | |
| Elgg exception (failsafe mode) Displays a single exception.  More... | |
| if (! $exception instanceof Throwable) | |
| $exception = elgg_extract('object', $vars) | 
Elgg exception (failsafe mode) Displays a single exception.
@tip Enable "developers" to give admins a stacktrace view.
@uses $vars['object'] An exception
Definition at line 11 of file admin_exception.php.
| if(! $exception instanceof Throwable) | ( | ! $exception instanceof | Throwable | ) | 
Definition at line 12 of file admin_exception.php.