MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / DataException

Method DataException

src/util/DataTree.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56public:
57 explicit DataException(const char *why) : reason(why) {}
58 const char* what() const noexcept override { return reason.c_str(); }
59 explicit operator string() { return reason; }
60};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected