@@ -130,6 +130,8 @@ class ErrorHandler
if ($this->previousExceptionHandler) {
call_user_func($this->previousExceptionHandler, $e);
}
+
+ exit(255);
/**