Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ error
Function
error
tests/test_async.py:55–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
@app.route(
"/error"
)
55
async
def
error():
56
raise
AppError()
57
58
blueprint = Blueprint(
"bp"
, __name__)
59
Callers
nothing calls this directly
Calls
1
AppError
Class · 0.85
Tested by
no test coverage detected