fix from merge conflict

This commit is contained in:
svlandeg 2025-09-09 14:32:38 +02:00
parent b0d758e5de
commit e62a4d444e
1 changed files with 1 additions and 1 deletions

View File

@ -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.