MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / MyException

Class MyException

unittests/compiled_tests.cpp:1323–1327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321
1322
1323struct MyException : std::runtime_error
1324{
1325 using std::runtime_error::runtime_error;
1326 int value = 5;
1327};
1328
1329void throws_a_thing()
1330{

Callers 1

throws_a_thingFunction · 0.85

Calls

no outgoing calls

Tested by 1

throws_a_thingFunction · 0.68