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

Function handle_e2

tests/test_basic.py:1003–1004  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1001
1002 @app.errorhandler(E2)
1003 def handle_e2(e):
1004 return "E2"
1005
1006 @app.errorhandler(Exception)
1007 def handle_exception(e):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected