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