From cf3ff6164cc109dec613488e59f126eee31a13bb Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 7 Jan 2016 14:56:25 +0000 Subject: [PATCH] Update config --- config/exceptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',