Elgg
Version 1.9
|
Go to the source code of this file.
Variables | |
$emails | |
This is an optional script used to override Elgg's default handling of uncaught exceptions. More... | |
$url = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] | |
$subject = "Exception: $url" | |
$message = $exception->getMessage() | |
foreach($emails as $email) | $html |
$emails |
This is an optional script used to override Elgg's default handling of uncaught exceptions.
This is defined in the global $CONFIG->exception_include in settings.php
The script will have access to the following variables as part of the scope global $CONFIG $exception - the unhandled exception
Definition at line 19 of file exceptions.php.
Definition at line 26 of file exceptions.php.
$subject = "Exception: $url" |
Definition at line 25 of file exceptions.php.
$url = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] |
Definition at line 24 of file exceptions.php.