Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for exception_handlers (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. fastapi/applications.py

                strict_content_type=strict_content_type,
            )
            self.exception_handlers: dict[
                Any, Callable[[Request, Any], Response | Awaitable[Response]]
            ] = {} if exception_handlers is None else dict(exception_handlers)
            self.exception_handlers.setdefault(HTTPException, http_exception_handler)
            self.exception_handlers.setdefault(
                RequestValidationError, request_validation_exception_handler
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
Back to Top