mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 08:34:39 -04:00
Update exclusion exception array
This commit is contained in:
parent
0baa2c09e0
commit
da9b83d507
@ -63,6 +63,7 @@ class Handler extends ExceptionHandler
|
|||||||
Symfony\Component\Process\Exception\RuntimeException::class,
|
Symfony\Component\Process\Exception\RuntimeException::class,
|
||||||
InvalidArgumentException::class,
|
InvalidArgumentException::class,
|
||||||
RuntimeException::class,
|
RuntimeException::class,
|
||||||
|
Aws\Exception\CredentialsException::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $hostedDontReport = [
|
protected $hostedDontReport = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user