mirror of https://github.com/tiangolo/fastapi.git
fix from merge conflict
This commit is contained in:
parent
b0d758e5de
commit
e62a4d444e
|
|
@ -140,7 +140,7 @@ Here, if your request causes either a `FileTooLargeError` or an `UnsupportedFile
|
|||
|
||||
This allows for simpler, more maintainable error handling when several conditions should result in the same kind of response.
|
||||
|
||||
## Override the default exception handlers { #override-request-validation-exceptions }
|
||||
## Override the default exception handlers { #override-the-default-exception-handlers }
|
||||
|
||||
**FastAPI** has some default exception handlers.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue