Skip to content

Commit

Permalink
review | Update error handling docs
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Franke <[email protected]>
  • Loading branch information
remipelhate and spawnia authored Jan 10, 2025
1 parent 4b01719 commit 475109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/master/digging-deeper/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Thus, they are typically not actionable for server developers.

However, as Laravel allows to define a [minimum log level](https://laravel.com/docs/errors#exception-log-levels)
at which each individual log channel is triggered, you can choose to report client-safe errors by replacing
`Nuwave\Lighthouse\Execution\ReportingErrorHandler` by `Nuwave\Lighthouse\Execution\AlwaysReportingErrorHandler`
`Nuwave\Lighthouse\Execution\ReportingErrorHandler` with `Nuwave\Lighthouse\Execution\AlwaysReportingErrorHandler`
in the `lighthouse.php` config:

```diff
Expand Down

0 comments on commit 475109c

Please sign in to comment.