diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 9a7c58a81..f03757064 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -25,6 +25,7 @@ class Handler extends ExceptionHandler \Illuminate\Session\TokenMismatchException::class, \Illuminate\Validation\ValidationException::class, \Intervention\Image\Exception\NotSupportedException::class, + \League\OAuth2\Server\Exception\OAuthServerException::class, ]; /**