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

Class CircularReferenceError

lib/base/serializer.hpp:15–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13{
14
15class CircularReferenceError : virtual public user_error
16{
17public:
18 CircularReferenceError(String message, std::vector<String> path);
19
20 const char *what(void) const throw() final;
21 std::vector<String> GetPath() const;
22
23private:
24 String m_Message;
25 std::vector<String> m_Path;
26};
27
28void AssertNoCircularReferences(const Value& value);
29Value Serialize(const Value& value, int attributeTypes = FAState);

Callers 1

PushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected