MCPcopy
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
16class SessionInterrupted(BadRequest):
17 """The session was interrupted."""
18
19 pass

Callers 1

process_responseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected