/home/techb158/dev.balacoffee.com/vendor/symfony/error-handler/Resources/views
NameSizeModeActions
error.html.php6430644editdlrm
exception.html.php45420644editdlrm
exception_full.html.php18410644editdlrm
logs.html.php21390644editdlrm
trace.html.php25640644editdlrm
traces.html.php24400644editdlrm
traces_text.html.php20640644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/symfony/error-handler/Resources/views/exception.html.php (4542B)

formatFileFromText(nl2br($exceptionMessage)); ?>

include('assets/images/symfony-ghost.svg.php'); ?>
toArray(); $exceptionWithUserCode = []; $exceptionAsArrayCount = count($exceptionAsArray); $last = $exceptionAsArrayCount - 1; foreach ($exceptionAsArray as $i => $e) { foreach ($e['trace'] as $trace) { if ($trace['file'] && false === mb_strpos($trace['file'], '/vendor/') && false === mb_strpos($trace['file'], '/var/cache/') && $i < $last) { $exceptionWithUserCode[] = $i; } } } ?>

1) { ?> Exceptions Exception

$e) { echo $this->include('views/traces.html.php', [ 'exception' => $e, 'index' => $i + 1, 'expand' => in_array($i, $exceptionWithUserCode, true) || ([] === $exceptionWithUserCode && 0 === $i), ]); } ?>

Logs countErrors()) { ?>countErrors(); ?>

getLogs()) { ?> include('views/logs.html.php', ['logs' => $logger->getLogs()]); ?>

No log messages

1) { ?> Stack Traces Stack Trace

$e) { echo $this->include('views/traces_text.html.php', [ 'exception' => $e, 'index' => $i + 1, 'numExceptions' => $exceptionAsArrayCount, ]); } ?>

Output content