Fix typo in exceptions.md
This commit is contained in:
parent
4efd450b32
commit
ada5918bc8
@ -65,7 +65,7 @@ can subclass Sanic's default error handler as such:
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
from sanic import Sanic
|
from sanic import Sanic
|
||||||
from sanic.handlers import ErrorHnadler
|
from sanic.handlers import ErrorHandler
|
||||||
|
|
||||||
class CustomErrorHandler(ErrorHandler):
|
class CustomErrorHandler(ErrorHandler):
|
||||||
def default(self, request, exception):
|
def default(self, request, exception):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user