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

Class Error

modules/3rd_party/choc/javascript/choc_javascript.h:39–42  ·  view source on GitHub ↗

This is thrown by any javascript functions that need to report an error

Source from the content-addressed store, hash-verified

37{
38 /// This is thrown by any javascript functions that need to report an error
39 struct Error : public std::runtime_error
40 {
41 Error (const std::string& error) : std::runtime_error (error) {}
42 };
43
44 //==============================================================================
45 /// Helper class to hold and provide access to the arguments in a javascript

Callers 2

pushArgMethod · 0.70
evaluateExpressionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected