Searched defs:MyException5 (Results 1 – 1 of 1) sorted by relevance
58 class MyException5 : public std::logic_error { class60 explicit MyException5(const std::string &what) : std::logic_error(what) {} in MyException5() function in MyException5