Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ what
Method
what
src/pystack/_pystack/unwinder.h:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
: d_error(std::move(error)){};
22
23
[[nodiscard]] const char* what() const noexcept override
24
{
25
return d_error.c_str();
26
}
27
28
private:
29
std::string d_error;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected