Update exception handler

This commit is contained in:
Daniel Supernault 2021-12-31 01:14:50 -07:00
parent f4e12c42b3
commit 1a979bee5c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ namespace App\Exceptions;
use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler;
use Throwable;
use League\OAuth2\Server\Exception\OAuthServerException;
use
class Handler extends ExceptionHandler
{