MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / Error

Class Error

tools/xml2cpp-codegen/xml.h:22–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21
22class Error : public std::exception
23{
24public:
25
26 Error(const char *error, int line, int column);
27
28 ~Error() {}
29
30 const char *what() const noexcept { return m_error.c_str(); }
31
32private:
33 std::string m_error;
34};
35
36
37class Node;

Callers 2

from_xmlMethod · 0.70
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40