MCPcopy Create free account
hub / github.com/pybind/pybind11 / MyException5_1

Class MyException5_1

tests/test_exceptions.cpp:78–80  ·  view source on GitHub ↗

Inherits from MyException5

Source from the content-addressed store, hash-verified

76
77// Inherits from MyException5
78class MyException5_1 : public MyException5 {
79 using MyException5::MyException5;
80};
81
82// Exception that will be caught via the module local translator.
83class MyException6 : public std::exception {

Callers 1

TEST_SUBMODULEFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_SUBMODULEFunction · 0.68