diff options
Diffstat (limited to 'docs/api-guide/settings.md')
| -rw-r--r-- | docs/api-guide/settings.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/settings.md b/docs/api-guide/settings.md index 623d89fb..9efeda7f 100644 --- a/docs/api-guide/settings.md +++ b/docs/api-guide/settings.md @@ -393,7 +393,7 @@ This setting can be changed to support error responses other than the default `{  This should be a function with the following signature: -    exception_handler(exc) +    exception_handler(exc, context)  * `exc`: The exception. | 
