UserIdNotSetException constructor
const
UserIdNotSetException()
Creates a userId not set exception.
Implementation
const UserIdNotSetException()
: super('userId must be available before this operation.');
Creates a userId not set exception.
const UserIdNotSetException()
: super('userId must be available before this operation.');