Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ what
Method
what
core/debuggerexceptions.h:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
ProcessStartError(const std::string& error) : std::exception(), m_error(error) {}
46
#ifdef __GNUC__
47
virtual const char* what() const noexcept
48
{
49
return m_error.c_str();
50
}
51
#else
52
virtual const char* what() const
53
{
Callers
2
Create
Method · 0.45
Parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected