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

Method PermissionDeniedError

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

Source from the content-addressed store, hash-verified

103
104 public:
105 PermissionDeniedError(const std::string& error) : std::exception(), m_error(error) {}
106#ifdef __GNUC__
107 virtual const char* what() const noexcept
108 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected