MCPcopy Create free account
hub / github.com/VCVRack/Rack / Exception

Method Exception

include/common.hpp:219–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217 __attribute__((format(printf, 2, 3)))
218 Exception(const char* format, ...);
219 Exception(const std::string& msg) : msg(msg) {}
220 const char* what() const noexcept override {
221 return msg.c_str();
222 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected