Searched defs:MyException5 (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/pybind11/tests/ | ||
H A D | test_exceptions.cpp | 51 class MyException5 : public std::logic_error { class in inherits:std::logic_error 53 explicit MyException5(const std::string &what) : std::logic_error(what) {} function in class:MyException5 [all...] |
Completed in 4 milliseconds