Searched refs: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 TerminateException51 throw TerminateException(); in runEventLoop()59 } catch (TerminateException &E) { in runEventLoop()77 } catch (TerminateException &E) { in main()