MCPcopy Create free account
hub / github.com/webpy/webpy / SessionExpired

Class SessionExpired

web/session.py:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40class SessionExpired(web.HTTPError):
41 def __init__(self, message):
42 web.HTTPError.__init__(self, "200 OK", {}, data=message)
43
44
45class Session:

Callers 1

expiredMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected