Elgg  Version master
Variables
admin_exception.php File Reference

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)
 

Variable Documentation

$exception = elgg_extract('object', $vars)

Elgg exception (failsafe mode) Displays a single exception.

Enable "developers" to give admins a stacktrace view.

$vars['object'] An exception

Definition at line 11 of file admin_exception.php.

if(!$exception instanceof Throwable)

Definition at line 12 of file admin_exception.php.