UserIdNotSetException constructor

const UserIdNotSetException()

Creates a userId not set exception.

Implementation

const UserIdNotSetException()
    : super('userId must be available before this operation.');