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

Method Error

choc/javascript/choc_javascript.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 struct Error : public std::runtime_error
40 {
41 Error (const std::string& error) : std::runtime_error (error) {}
42 };
43
44 //==============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected