MCPcopy Create free account
hub / github.com/pallets/flask / CustomException

Class CustomException

tests/test_user_error_handler.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10def test_error_handler_no_match(app, client):
11 class CustomException(Exception):
12 pass
13
14 @app.errorhandler(CustomException)
15 def custom_exception_handler(e):

Callers 2

custom_testFunction · 0.85

Calls

no outgoing calls

Tested by 2

custom_testFunction · 0.68