MCPcopy Create free account
hub / github.com/boostorg/leaf / my_exception

Class my_exception

test/diagnostics_test1.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37struct my_exception:
38 virtual std::exception
39{
40 char const * what() const noexcept
41 {
42 return "my_exception what";
43 }
44};
45
46struct printable_value
47{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by 1

mainFunction · 0.56