diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index e955e64cc91e..54df4167eab3 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -30,9 +30,10 @@ class Handler extends ExceptionHandler protected $dontReport = [ TokenMismatchException::class, ModelNotFoundException::class, + ValidationException::class, + \Illuminate\Validation\ValidationException::class, //AuthorizationException::class, //HttpException::class, - //ValidationException::class, ]; /**