checkInit method

void checkInit()

Implementation

void checkInit() {
  if (allConnectionInfo.isEmpty) throw HostConfigException("no connection info configured");
}