diff --git a/resources/views/errors/500.php b/resources/views/errors/500.php index 8ce67aa..4c5b4aa 100644 --- a/resources/views/errors/500.php +++ b/resources/views/errors/500.php @@ -11,7 +11,10 @@ 500
= isset($message) ? $this->escape($message) : 'A critical exception has occurred on the application server.' ?>
- += $this->escape($exception->getMessage()) ?> in = $this->escape($exception->getFile()) ?>:= $exception->getLine() ?>