Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ TracedException
Method
TracedException
test_package/main.cpp:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
class TracedException : public std::runtime_error {
9
public:
10
TracedException() : std::runtime_error(_get_trace()) {}
11
12
private:
13
std::string _get_trace() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected