MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / error

Method error

framework/src/util/LDAPExpr.cpp:1190–1195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188 }
1189
1190 void
1191 LDAPExpr::ParseState::error(std::string const& m) const
1192 {
1193 std::string errorStr = StringCatFast(m, ": ", (m_str.empty() ? "" : m_str.substr(m_pos)));
1194 throw std::invalid_argument(errorStr);
1195 }
1196} // namespace cppmicroservices

Callers 3

LDAPExprMethod · 0.45
ParseExprMethod · 0.45
ParseSimpleMethod · 0.45

Calls 2

StringCatFastFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected