MCPcopy 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

8class TracedException : public std::runtime_error {
9public:
10 TracedException() : std::runtime_error(_get_trace()) {}
11
12private:
13 std::string _get_trace() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected