Home | History | Annotate | Download | only in src

Lines Matching refs:runtime_error

3271 // when exceptions are enabled.  We derive it from std::runtime_error,
3273 // std::runtime_error inherits from std::exception, many testing
3275 class GoogleTestFailureException : public ::std::runtime_error {
3278 : runtime_error(PrintTestPartResultToString(failure).c_str()) {}