StoppedSessionException

Exception thrown when attempting to interact with the system under a session that has been stopped. A session may be stopped in any number of ways, most commonly due to explicit stopping (e.g. from logging out), or due to expiration.

class StoppedSessionException : InvalidSessionException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From InvalidSessionException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta