ExpiredSessionException

A special case of a StoppedSessionException. An expired session is a session that has stopped explicitly due to inactivity (i.e. time-out), as opposed to stopping due to log-out or other reason.

class ExpiredSessionException : StoppedSessionException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From StoppedSessionException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta