diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 66f970984e..d398408439 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -52,6 +52,7 @@ class Handler extends ExceptionHandler AuthenticationException::class, LaravelValidationException::class, NotFoundHttpException::class, + OAuthServerException::class ]; /**