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

Function error

tests/test_basic.py:880–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

878
879 @app.route("/error")
880 def error():
881 raise ZeroDivisionError
882
883 @app.route("/forbidden")
884 def error2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected