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

Method UnwinderError

src/pystack/_pystack/unwinder.h:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19 public:
20 explicit UnwinderError(std::string error)
21 : d_error(std::move(error)){};
22
23 [[nodiscard]] const char* what() const noexcept override
24 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected