Exclude some errors from reporting
This commit is contained in:
parent
77ecca3035
commit
c1da36477e
|
|
@ -37,6 +37,9 @@ class Handler extends ExceptionHandler
|
||||||
*/
|
*/
|
||||||
protected $dontReport = [
|
protected $dontReport = [
|
||||||
\PDOException::class,
|
\PDOException::class,
|
||||||
|
\Swift_TransportException::class,
|
||||||
|
\Illuminate\Queue\MaxAttemptsExceededException::class,
|
||||||
|
\Symfony\Component\Console\Exception\CommandNotFoundException::class
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue