MCPcopy Create free account
hub / github.com/Vector35/debugger / NotInstalledError

Method NotInstalledError

core/debuggerexceptions.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 public:
85 NotInstalledError(const std::string& error) : std::exception(), m_error(error) {}
86#ifdef __GNUC__
87 virtual const char* what() const noexcept
88 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected