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

Method what

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

Source from the content-addressed store, hash-verified

85 NotInstalledError(const std::string& error) : std::exception(), m_error(error) {}
86#ifdef __GNUC__
87 virtual const char* what() const noexcept
88 {
89 return m_error.c_str();
90 }
91#else
92 virtual const char* what() const
93 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected