Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ app_exception_handler
Function
app_exception_handler
tests/test_user_error_handler.py:148–149 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
146
147
@app.errorhandler(500)
148
def
app_exception_handler(e):
149
return
"app-error"
150
151
@app.route(
"/error"
)
152
def
app_test():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected