mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 17:54:34 -04:00
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…
x
Reference in New Issue
Block a user