Upgraded exceptions stuff
This commit is contained in:
@@ -28,7 +28,8 @@ return [
|
||||
'transformers' => [
|
||||
'GrahamCampbell\Exceptions\Transformers\AuthTransformer',
|
||||
'GrahamCampbell\Exceptions\Transformers\CsrfTransformer',
|
||||
'CachetHQ\Cachet\Foundation\Exceptions\Transformers\ExceptionTransformer',
|
||||
'GrahamCampbell\Exceptions\Transformers\ModelTransformer',
|
||||
'CachetHQ\Cachet\Foundation\Exceptions\Transformers\BusTransformer',
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -102,8 +103,8 @@ return [
|
||||
|
||||
'levels' => [
|
||||
'Illuminate\Auth\Access\AuthorizationException' => 'warning',
|
||||
'Illuminate\Session\TokenMismatchException' => 'notice',
|
||||
'Illuminate\Database\Eloquent\ModelNotFoundException' => 'warning',
|
||||
'Illuminate\Session\TokenMismatchException' => 'notice',
|
||||
'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface' => 'warning',
|
||||
'Symfony\Component\Debug\Exception\FatalErrorException' => 'critical',
|
||||
'Exception' => 'error',
|
||||
|
||||
Reference in New Issue
Block a user