Skip to content
Snippets Groups Projects
Commit 80a8a75e authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add error detail, fixes #2814

Closes #2814

Merge request studip/studip!1896
parent 73a61471
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ class ErrorHandler ...@@ -85,7 +85,7 @@ class ErrorHandler
$errors = $this->createErrorCollection( $errors = $this->createErrorCollection(
'500', '500',
$exception->getMessage(), $exception->getMessage(),
null, $exception->getFile() . '(' . $exception->getLine() . ')',
$exception, $exception,
$displayErrorDetails $displayErrorDetails
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment