MCPcopy Create free account
hub / github.com/Tylemagne/Gopher360 / exitWithError

Method exitWithError

Windows/Gopher/Gopher/ConfigFile.cpp:171–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void ConfigFile::exitWithError(const std::string &error)
172{
173 std::cout << error;
174 std::cin.ignore();
175 std::cin.get();
176
177 exit(EXIT_FAILURE);
178}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected