CometChatCallsException.sessionSettingsNull constructor

CometChatCallsException.sessionSettingsNull()

Creates a CometChatCallsException for session settings null error.

Implementation

factory CometChatCallsException.sessionSettingsNull() {
  return CometChatCallsException(
    ErrorCodeConstants.codeSessionSettingsNull,
    ErrorMessageConstants.messageSessionSettingsNull,
    ErrorDetailConstants.detailSessionSettingsNull,
  );
}