diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index ba18615979f7..444bd6fb7aa5 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -37,6 +37,9 @@ class Handler extends ExceptionHandler */ protected $dontReport = [ \PDOException::class, + \Swift_TransportException::class, + \Illuminate\Queue\MaxAttemptsExceededException::class, + \Symfony\Component\Console\Exception\CommandNotFoundException::class ]; /**