MCPcopy Create free account
hub / github.com/bloomberg/pystack / CoreAnalyzerError

Method CoreAnalyzerError

src/pystack/_pystack/corefile.h:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43{
44 public:
45 explicit CoreAnalyzerError(std::string error)
46 : d_error(std::move(error)){};
47
48 [[nodiscard]] const char* what() const noexcept override
49 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected