MCPcopy Create free account
hub / github.com/bgrimstad/splinter / Exception

Method Exception

include/definitions.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50public:
51
52 Exception(const std::string& what)
53 : __what(what)
54 {
55 }
56
57 const char* what() const throw()
58 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected