17 <div
class=
"elgg-messages-exception">
18 <span title=
"Unrecoverable Error">
19 <?php echo
elgg_echo(
'exception:contact_admin'); ?>
21 Exception at time <?php echo date(DATE_W3C, elgg_extract('ts', $vars)); ?>.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
$exception
Elgg exception (failsafe mode) Displays a single exception.