Home
last modified time | relevance | path

Searched defs:MyException5 (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/tests/
Dtest_exceptions.cpp58 class MyException5 : public std::logic_error { class
60 explicit MyException5(const std::string &what) : std::logic_error(what) {} in MyException5() function in MyException5