Update config
This commit is contained in:
@@ -49,7 +49,6 @@ return [
|
|||||||
'CachetHQ\Cachet\Foundation\Exceptions\Displayers\JsonValidationDisplayer',
|
'CachetHQ\Cachet\Foundation\Exceptions\Displayers\JsonValidationDisplayer',
|
||||||
'CachetHQ\Cachet\Foundation\Exceptions\Displayers\RedirectDisplayer',
|
'CachetHQ\Cachet\Foundation\Exceptions\Displayers\RedirectDisplayer',
|
||||||
'GrahamCampbell\Exceptions\Displayers\DebugDisplayer',
|
'GrahamCampbell\Exceptions\Displayers\DebugDisplayer',
|
||||||
'GrahamCampbell\Exceptions\Displayers\ViewDisplayer',
|
|
||||||
'GrahamCampbell\Exceptions\Displayers\HtmlDisplayer',
|
'GrahamCampbell\Exceptions\Displayers\HtmlDisplayer',
|
||||||
'GrahamCampbell\Exceptions\Displayers\JsonDisplayer',
|
'GrahamCampbell\Exceptions\Displayers\JsonDisplayer',
|
||||||
'GrahamCampbell\Exceptions\Displayers\JsonApiDisplayer',
|
'GrahamCampbell\Exceptions\Displayers\JsonApiDisplayer',
|
||||||
@@ -104,6 +103,7 @@ return [
|
|||||||
'levels' => [
|
'levels' => [
|
||||||
'Illuminate\Auth\Access\AuthorizationException' => 'warning',
|
'Illuminate\Auth\Access\AuthorizationException' => 'warning',
|
||||||
'Illuminate\Session\TokenMismatchException' => 'notice',
|
'Illuminate\Session\TokenMismatchException' => 'notice',
|
||||||
|
'Illuminate\Database\Eloquent\ModelNotFoundException' => 'warning',
|
||||||
'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface' => 'warning',
|
'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface' => 'warning',
|
||||||
'Symfony\Component\Debug\Exception\FatalErrorException' => 'critical',
|
'Symfony\Component\Debug\Exception\FatalErrorException' => 'critical',
|
||||||
'Exception' => 'error',
|
'Exception' => 'error',
|
||||||
|
|||||||
Reference in New Issue
Block a user