mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -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 = [
|
protected $dontReport = [
|
||||||
TokenMismatchException::class,
|
TokenMismatchException::class,
|
||||||
|
ModelNotFoundException::class,
|
||||||
//AuthorizationException::class,
|
//AuthorizationException::class,
|
||||||
//HttpException::class,
|
//HttpException::class,
|
||||||
//ModelNotFoundException::class,
|
|
||||||
//ValidationException::class,
|
//ValidationException::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user