Add some exceptions to the ignore list
This commit is contained in:
parent
3533a51c79
commit
b8e81df058
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ class Handler extends ExceptionHandler
|
|||
CommandNotFoundException::class,
|
||||
ValidationException::class,
|
||||
ModelNotFoundException::class,
|
||||
NotFoundHttpException::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue