Lines Matching refs:runtime_error
3553 // when exceptions are enabled. We derive it from std::runtime_error,3555 // std::runtime_error inherits from std::exception, many testing3557 class GoogleTestFailureException : public ::std::runtime_error {3560 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}