Do not report on OAuth exceptions.

This commit is contained in:
James Cole
2021-04-07 05:56:50 +02:00
parent 0846d4898f
commit 4ddcb0c965

View File

@@ -52,6 +52,7 @@ class Handler extends ExceptionHandler
AuthenticationException::class,
LaravelValidationException::class,
NotFoundHttpException::class,
OAuthServerException::class
];
/**