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

Method error

Modules/CppMicroServices/src/usLDAPExpr.cpp:785–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785void LDAPExpr::ParseState::error( const std::string &m ) const
786{
787 std::string errorStr = m + ": " + (m_str.empty() ? "" : m_str.substr(m_pos));
788 throw std::invalid_argument(errorStr);
789}
790
791}

Callers 5

LDAPExprMethod · 0.45
ParseExprMethod · 0.45
ParseSimpleMethod · 0.45
FetchOverallInfoMethod · 0.45
PostInferRequestMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected