Searched refs:MyException3 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_exceptions.cpp31 class MyException3 { class
33 explicit MyException3(const char * m) : message{m} {} function in class:MyException3
114 m.def("throws3", []() { throw MyException3("this error cannot be translated"); });

Completed in 3 milliseconds