Home
last modified time | relevance | path

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

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackException.h47 JackException(const std::string& msg) : std::runtime_error(msg) in JackException() function
49 JackException(char* msg) : std::runtime_error(msg) in JackException() function
51 JackException(const char* msg) : std::runtime_error(msg) in JackException() function