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

Class E1

tests/test_basic.py:993–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991
992def test_errorhandler_precedence(app, client):
993 class E1(Exception):
994 pass
995
996 class E2(Exception):
997 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected