MCPcopy Create free account
hub / github.com/Icinga/icinga2 / CircularReferenceError

Method CircularReferenceError

lib/base/serializer.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21};
22
23CircularReferenceError::CircularReferenceError(String message, std::vector<String> path)
24 : m_Message(message), m_Path(path)
25{ }
26
27const char *CircularReferenceError::what(void) const throw()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected