mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 09:04:34 -04:00
Add back in exception handler list
This commit is contained in:
parent
329d3595ba
commit
7df4274d72
@ -55,18 +55,18 @@ class Handler extends ExceptionHandler
|
|||||||
];
|
];
|
||||||
|
|
||||||
protected $selfHostDontReport = [
|
protected $selfHostDontReport = [
|
||||||
// FilePermissionsFailure::class,
|
FilePermissionsFailure::class,
|
||||||
// PDOException::class,
|
PDOException::class,
|
||||||
// MaxAttemptsExceededException::class,
|
MaxAttemptsExceededException::class,
|
||||||
// CommandNotFoundException::class,
|
CommandNotFoundException::class,
|
||||||
// ValidationException::class,
|
ValidationException::class,
|
||||||
// ModelNotFoundException::class,
|
ModelNotFoundException::class,
|
||||||
// NotFoundHttpException::class,
|
NotFoundHttpException::class,
|
||||||
// UnableToCreateDirectory::class,
|
UnableToCreateDirectory::class,
|
||||||
// GuzzleHttp\Exception\ConnectException::class,
|
GuzzleHttp\Exception\ConnectException::class,
|
||||||
// Symfony\Component\Process\Exception\RuntimeException::class,
|
Symfony\Component\Process\Exception\RuntimeException::class,
|
||||||
// InvalidArgumentException::class,
|
InvalidArgumentException::class,
|
||||||
// RuntimeException::class,
|
RuntimeException::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $hostedDontReport = [
|
protected $hostedDontReport = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user