Alpha order.
This commit is contained in:
parent
68738b5015
commit
d15ab4b82e
|
@ -18,8 +18,8 @@ class Handler extends ExceptionHandler
|
|||
* @var array
|
||||
*/
|
||||
protected $dontReport = [
|
||||
HttpException::class,
|
||||
AuthorizationException::class,
|
||||
HttpException::class,
|
||||
ModelNotFoundException::class,
|
||||
ValidationException::class,
|
||||
];
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue