MCPcopy Create free account
hub / github.com/Tracktion/choc / Error

Method Error

choc/containers/choc_Value.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58struct Error : public std::exception
59{
60 Error (const char* desc) : description (desc) {}
61
62 const char* what() const noexcept override { return description; }
63 const char* description;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected