Home
last modified time | relevance | path

Searched defs:faustexception (Results 1 – 1 of 1) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/errors/
H A Dexception.hh36 class faustexception : public std::runtime_error { class
41faustexception(const std::string& msg = "") : std::runtime_error(msg) { gJSExceptionMsg = strdup(m… in faustexception() function in faustexception
42 faustexception(char* msg) : std::runtime_error(msg) { gJSExceptionMsg = strdup(msg); } in faustexception() function in faustexception
43 faustexception(const char* msg) : std::runtime_error(msg) { gJSExceptionMsg = strdup(msg); } in faustexception() function in faustexception