VCV Rack API v2
|
An exception explicitly thrown by Rack or a Rack plugin. More...
#include <common.hpp>
Public Member Functions | |
__attribute__ ((format(printf, 2, 3))) Exception(const char *format | |
Exception (const std::string &msg) | |
const char * | what () const noexcept override |
Public Attributes | |
std::string | msg |
An exception explicitly thrown by Rack or a Rack plugin.
Can be subclassed to throw/catch specific custom exceptions.
|
inline |
rack::Exception::__attribute__ | ( | (format(printf, 2, 3)) | ) | const |
|
inlineoverridenoexcept |
std::string rack::Exception::msg |