Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for add_exception_handler (0.11 sec)

  1. fastapi/applications.py

                )
            ```
            """
    
            def decorator(func: DecoratedCallable) -> DecoratedCallable:
                self.add_exception_handler(exc_class_or_status_code, func)
                return func
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Aug 17 04:52:31 UTC 2024
    - 172.2K bytes
    - Viewed (0)
Back to top