Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ CustomHTTPException
Class
CustomHTTPException
tests/test_exceptions.py:158–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
)
157
158
class
CustomHTTPException(HTTPException):
159
pass
160
161
assert repr(CustomHTTPException(500, detail=
"Something custom"
)) == (
162
"CustomHTTPException(status_code=500, detail='Something custom')"
Callers
1
test_http_repr
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_http_repr
Function · 0.68