diff --git a/Classes/ErrorHandler/ExceptionHandler.php b/Classes/ErrorHandler/ExceptionHandler.php index b64c586..895a23a 100644 --- a/Classes/ErrorHandler/ExceptionHandler.php +++ b/Classes/ErrorHandler/ExceptionHandler.php @@ -161,10 +161,10 @@ protected function echoExceptionInWebEnvironment($exception) if ($this->shouldExceptionBeDebugged()) { Debug::debug([ - 'Exception! Mehr infos im devlog.', + 'Exception! Mehr infos im devlog.', ], __METHOD__.' Line: '.__LINE__); Debug::debug([ - $exception, + $exception, ], __METHOD__.' Line: '.__LINE__); }