Searched defs:MyException4 (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/pybind11/tests/ | ||
H A D | test_exceptions.cpp | 41 class MyException4 : public std::exception { class in inherits:std::exception 43 explicit MyException4(const char * m) : message{m} {} function in class:MyException4 |
Completed in 4 milliseconds