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

Method what

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

Source from the content-addressed store, hash-verified

65 NotExecutableError(const std::string& error) : std::exception(), m_error(error) {}
66#ifdef __GNUC__
67 virtual const char* what() const noexcept
68 {
69 return m_error.c_str();
70 }
71#else
72 virtual const char* what() const
73 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected