We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19e226 commit 27d03d6Copy full SHA for 27d03d6
docs/error-handling/index.md
@@ -140,7 +140,7 @@ You can custom the default errors handler using configuration:
140
overblog_graphql:
141
errors_handler:
142
enabled: true # false will totally disabled errors handling
143
- internal_error_message: ~ # custom generic error message
+ internal_error_message: 'Internal error occured' # custom generic error message
144
rethrow_internal_exceptions: false # re-throw internal exception
145
debug: false # will add trace stack and debugMessage to error
146
log: true # false will disabled the default logging behavior
0 commit comments