SessionInvalidException constructor

const SessionInvalidException(
  1. int _errorCode
)

Constructs a new Exception indicating that the currently used session is invalid and a new client should be constructed.

Implementation

const SessionInvalidException(this._errorCode);