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

Class ParentException

tests/test_user_error_handler.py:62–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61def test_error_handler_subclass(app):
62 class ParentException(Exception):
63 pass
64
65 class ChildExceptionUnregistered(ParentException):
66 pass

Callers 1

parent_testFunction · 0.85

Calls

no outgoing calls

Tested by 1

parent_testFunction · 0.68