mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 01:42:19 +00:00
Do not report specific error.
This commit is contained in:
@@ -37,6 +37,7 @@ use Illuminate\Validation\ValidationException as LaravelValidationException;
|
|||||||
use League\OAuth2\Server\Exception\OAuthServerException;
|
use League\OAuth2\Server\Exception\OAuthServerException;
|
||||||
use Laravel\Passport\Exceptions\OAuthServerException as LaravelOAuthException;
|
use Laravel\Passport\Exceptions\OAuthServerException as LaravelOAuthException;
|
||||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||||
|
use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||||
use Throwable;
|
use Throwable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -57,6 +58,7 @@ class Handler extends ExceptionHandler
|
|||||||
OAuthServerException::class,
|
OAuthServerException::class,
|
||||||
LaravelOAuthException::class,
|
LaravelOAuthException::class,
|
||||||
TokenMismatchException::class,
|
TokenMismatchException::class,
|
||||||
|
HttpException::class
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user