Add back in exception handler list
This commit is contained in:
parent
329d3595ba
commit
7df4274d72
1 changed files with 12 additions and 12 deletions
|
|
@ -55,18 +55,18 @@ class Handler extends ExceptionHandler
|
|||
];
|
||||
|
||||
protected $selfHostDontReport = [
|
||||
// FilePermissionsFailure::class,
|
||||
// PDOException::class,
|
||||
// MaxAttemptsExceededException::class,
|
||||
// CommandNotFoundException::class,
|
||||
// ValidationException::class,
|
||||
// ModelNotFoundException::class,
|
||||
// NotFoundHttpException::class,
|
||||
// UnableToCreateDirectory::class,
|
||||
// GuzzleHttp\Exception\ConnectException::class,
|
||||
// Symfony\Component\Process\Exception\RuntimeException::class,
|
||||
// InvalidArgumentException::class,
|
||||
// RuntimeException::class,
|
||||
FilePermissionsFailure::class,
|
||||
PDOException::class,
|
||||
MaxAttemptsExceededException::class,
|
||||
CommandNotFoundException::class,
|
||||
ValidationException::class,
|
||||
ModelNotFoundException::class,
|
||||
NotFoundHttpException::class,
|
||||
UnableToCreateDirectory::class,
|
||||
GuzzleHttp\Exception\ConnectException::class,
|
||||
Symfony\Component\Process\Exception\RuntimeException::class,
|
||||
InvalidArgumentException::class,
|
||||
RuntimeException::class,
|
||||
];
|
||||
|
||||
protected $hostedDontReport = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue