1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 07:42:41 +00:00

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

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
{