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

Method MyException5

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

Source from the content-addressed store, hash-verified

72class MyException5 : public std::logic_error {
73public:
74 explicit MyException5(const std::string &what) : std::logic_error(what) {}
75};
76
77// Inherits from MyException5

Callers 1

throw_myex5Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected