Commit d15ab4b8 authored by Taylor Otwell's avatar Taylor Otwell

Alpha order.

parent 68738b50
...@@ -18,8 +18,8 @@ class Handler extends ExceptionHandler ...@@ -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,
]; ];
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment