mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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 = [
|
||||
\PDOException::class,
|
||||
\Swift_TransportException::class,
|
||||
\Illuminate\Queue\MaxAttemptsExceededException::class,
|
||||
\Symfony\Component\Console\Exception\CommandNotFoundException::class
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user