Lines Matching full:runtime_error
3354 // derive it from std::runtime_error, which is for errors presumably3355 // detectable only at run time. Since std::runtime_error inherits from3358 class GoogleTestFailureException : public ::std::runtime_error {3361 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}