Elgg  Version 6.3
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

$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

if(! $exception instanceof Throwable) ( ! $exception instanceof  Throwable)

Definition at line 12 of file admin_exception.php.