This commit is contained in:
Moshe Zada 2019-03-15 18:49:18 +02:00 committed by Stephen Sadowski
parent 269100eac1
commit 773a66bc5b

View File

@ -59,7 +59,7 @@ app = Sanic()
app.error_handler.add(Exception, server_error_handler)
```
In some cases, you might want want to add some more error handling
In some cases, you might want to add some more error handling
functionality to what is provided by default. In that case, you
can subclass Sanic's default error handler as such: