From b8e81df0587a989f291ef12a283f3b0f3493d3b6 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 26 Oct 2021 08:00:30 +1100 Subject: [PATCH] Add some exceptions to the ignore list --- app/Exceptions/Handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 951767d0ecda..afe61dd9e7f1 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -53,6 +53,7 @@ class Handler extends ExceptionHandler CommandNotFoundException::class, ValidationException::class, ModelNotFoundException::class, + NotFoundHttpException::class, ]; /**