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

Class ChildExceptionRegistered

tests/test_user_error_handler.py:68–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 pass
67
68 class ChildExceptionRegistered(ParentException):
69 pass
70
71 @app.errorhandler(ParentException)
72 def parent_exception_handler(e):

Callers 1

registered_testFunction · 0.85

Calls

no outgoing calls

Tested by 1

registered_testFunction · 0.68