CometChatCallsException.sessionNotActive constructor
CometChatCallsException.sessionNotActive()
Creates a CometChatCallsException for session not active error.
Implementation
factory CometChatCallsException.sessionNotActive() {
return CometChatCallsException(
ErrorCodeConstants.errSessionNotActive,
ErrorMessageConstants.messageSessionNotActive,
ErrorDetailConstants.detailSessionNotActive,
);
}