diff --git a/config/exceptions.php b/config/exceptions.php index 3ce7835a..ef806335 100644 --- a/config/exceptions.php +++ b/config/exceptions.php @@ -49,7 +49,6 @@ return [ 'CachetHQ\Cachet\Foundation\Exceptions\Displayers\JsonValidationDisplayer', 'CachetHQ\Cachet\Foundation\Exceptions\Displayers\RedirectDisplayer', 'GrahamCampbell\Exceptions\Displayers\DebugDisplayer', - 'GrahamCampbell\Exceptions\Displayers\ViewDisplayer', 'GrahamCampbell\Exceptions\Displayers\HtmlDisplayer', 'GrahamCampbell\Exceptions\Displayers\JsonDisplayer', 'GrahamCampbell\Exceptions\Displayers\JsonApiDisplayer', @@ -104,6 +103,7 @@ return [ 'levels' => [ 'Illuminate\Auth\Access\AuthorizationException' => 'warning', 'Illuminate\Session\TokenMismatchException' => 'notice', + 'Illuminate\Database\Eloquent\ModelNotFoundException' => 'warning', 'Symfony\Component\HttpKernel\Exception\HttpExceptionInterface' => 'warning', 'Symfony\Component\Debug\Exception\FatalErrorException' => 'critical', 'Exception' => 'error',