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

Method MyException6

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

Source from the content-addressed store, hash-verified

83class MyException6 : public std::exception {
84public:
85 explicit MyException6(const char *m) : message{m} {}
86 const char *what() const noexcept override { return message.c_str(); }
87
88private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected