Searched defs:TerminateException (Results 1 – 1 of 1) sorted by relevance
40 class TerminateException : public std::runtime_error { class42 TerminateException() : std::runtime_error("Time to stop!") {} in TerminateException() function in TerminateException