MCPcopy Create free account
hub / github.com/deskflow/deskflow / ServerConfigReadException

Method ServerConfigReadException

src/lib/server/Config.cpp:2064–2068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2062//
2063
2064ServerConfigReadException::ServerConfigReadException(const ConfigReadContext &context, const std::string &error)
2065 : m_error(deskflow::string::sprintf("line %d: %s", context.getLineNumber(), error.c_str()))
2066{
2067 // do nothing
2068}
2069
2070ServerConfigReadException::ServerConfigReadException(
2071 const ConfigReadContext &context, const char *errorFmt, const std::string &arg

Callers

nothing calls this directly

Calls 3

sprintfFunction · 0.85
formatFunction · 0.85
getLineNumberMethod · 0.80

Tested by

no test coverage detected