UnknownSessionException

Exception thrown when attempting to interact with the system under the pretense of a particular session (e.g. under a specific session id), and that session does not exist in the system.

class UnknownSessionException : InvalidSessionException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From InvalidSessionException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta