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

Method what

src/pystack/_pystack/elf_common.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 : d_error(std::move(error)){};
27
28 const char* what() const noexcept override
29 {
30 return d_error.c_str();
31 }
32
33 private:
34 std::string d_error;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected