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

Method what

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

Source from the content-addressed store, hash-verified

25 ConnectionRefusedError(const std::string& error) : std::exception(), m_error(error) {}
26#ifdef __GNUC__
27 virtual const char* what() const noexcept
28 {
29 return m_error.c_str();
30 }
31#else
32 virtual const char* what() const
33 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected