diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 34c5452..7b789aa 100755 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -19,7 +19,8 @@ class Handler extends ExceptionHandler * @var array */ protected $dontReport = [ - ApiException::class + ApiException::class, + InterceptResponseException::class ]; /**