@@ -77,6 +77,9 @@ class ExceptionListener
error_log($message);
}
+ // set handling to false otherwise it wont be able to handle further more
+ $handling = false;
+
// re-throw the exception as this is a catch-all
throw $exception;