diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 1007f56b..21c9784c 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -18,7 +18,7 @@ class Handler extends ExceptionHandler \Illuminate\Auth\Access\AuthorizationException::class, \Symfony\Component\HttpKernel\Exception\HttpException::class, \Illuminate\Database\Eloquent\ModelNotFoundException::class, - \Illuminate\Session\TokenMismatchException, + \Illuminate\Session\TokenMismatchException::class, \Illuminate\Validation\ValidationException::class, ];