mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 02:34:31 -04:00
Don't log model not found errors
This commit is contained in:
parent
bc04d66371
commit
41e48448a4
@ -28,9 +28,9 @@ class Handler extends ExceptionHandler
|
||||
*/
|
||||
protected $dontReport = [
|
||||
TokenMismatchException::class,
|
||||
ModelNotFoundException::class,
|
||||
//AuthorizationException::class,
|
||||
//HttpException::class,
|
||||
//ModelNotFoundException::class,
|
||||
//ValidationException::class,
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user