diff --git a/laravel/error.php b/laravel/error.php index d82a7d13..796273c0 100644 --- a/laravel/error.php +++ b/laravel/error.php @@ -56,6 +56,8 @@ public static function native($code, $error, $file, $line) if (in_array($code, Config::get('error.ignore'))) { return static::log($exception); + + return true; } static::exception($exception);