Lines Matching refs:runtime_error
2050 // derive it from std::runtime_error, which is for errors presumably2051 // detectable only at run time. Since std::runtime_error inherits from2054 class GoogleTestFailureException : public ::std::runtime_error {2057 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}