Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ ConnectionRefusedError
Method
ConnectionRefusedError
core/debuggerexceptions.h:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
public:
25
ConnectionRefusedError(const std::string& error) : std::exception(), m_error(error) {}
26
#ifdef __GNUC__
27
virtual const char* what() const noexcept
28
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected