Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ SessionInterrupted
Class
SessionInterrupted
django/contrib/sessions/exceptions.py:16–19 ·
view source on GitHub ↗
The session was interrupted.
Source
from the content-addressed store, hash-verified
14
15
16
class
SessionInterrupted(BadRequest):
17
""
"The session was interrupted."
""
18
19
pass
Callers
1
process_response
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected