Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
struct my_exception:
38
virtual std::exception
39
{
40
char const * what() const noexcept
41
{
42
return
"my_exception what"
;
43
}
44
};
45
46
struct printable_value
47
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
1
main
Function · 0.56