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

Function handle_exception

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

Source from the content-addressed store, hash-verified

1005
1006 @app.errorhandler(Exception)
1007 def handle_exception(e):
1008 return "Exception"
1009
1010 @app.route("/E1")
1011 def raise_e1():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected