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