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