Searched refs:install_exception_handler (Results 1 – 4 of 4) sorted by relevance
143 app.install_exception_handler(MyExceptionHandler('first'))144 app.install_exception_handler(MyExceptionHandler('second'))
58 app.install_exception_handler(1)
62 def install_exception_handler(handler: ExceptionHandler) -> None:
464 def install_exception_handler(handler): function