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

Method ProcessStartError

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

Source from the content-addressed store, hash-verified

43
44 public:
45 ProcessStartError(const std::string& error) : std::exception(), m_error(error) {}
46#ifdef __GNUC__
47 virtual const char* what() const noexcept
48 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected