Add some exceptions to the ignore list

This commit is contained in:
David Bomba 2021-10-26 08:00:30 +11:00
parent 3533a51c79
commit b8e81df058

View File

@ -53,6 +53,7 @@ class Handler extends ExceptionHandler
CommandNotFoundException::class,
ValidationException::class,
ModelNotFoundException::class,
NotFoundHttpException::class,
];
/**