MCPcopy Create free account
hub / github.com/OpenMW/openmw / fail

Method fail

components/settings/parser.cpp:355–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355[[noreturn]] void Settings::SettingsFileParser::fail(const std::string& message)
356{
357 std::stringstream error;
358 error << "Error on line " << mLine << " in " << Files::pathToUnicodeString(mFile) << ":\n" << message;
359 throw std::runtime_error(error.str());
360}

Callers 5

parseIncludesFunction · 0.45
reloadTouchedShadersMethod · 0.45
getShaderMethod · 0.45
loadSettingsFileMethod · 0.45
saveSettingsFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected