Lines Matching refs:runtime_error
3517 // when exceptions are enabled. We derive it from std::runtime_error,3519 // std::runtime_error inherits from std::exception, many testing3521 class GoogleTestFailureException : public ::std::runtime_error {3524 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}