mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typo in [en] tutorial: exception handeling (#1326)
* Fix typo
* ✏️ Fix typo
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
fc70a2f36f
commit
08e8dfccbe
|
|
@ -115,7 +115,7 @@ So, you will receive a clean error, with an HTTP status code of `418` and a JSON
|
||||||
|
|
||||||
**FastAPI** has some default exception handlers.
|
**FastAPI** has some default exception handlers.
|
||||||
|
|
||||||
These handlers are in charge or returning the default JSON responses when you `raise` an `HTTPException` and when the request has invalid data.
|
These handlers are in charge of returning the default JSON responses when you `raise` an `HTTPException` and when the request has invalid data.
|
||||||
|
|
||||||
You can override these exception handlers with your own.
|
You can override these exception handlers with your own.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue