Home | History | Annotate | Download | only in src

Lines Matching refs:runtime_error

3546 // when exceptions are enabled.  We derive it from std::runtime_error,
3548 // std::runtime_error inherits from std::exception, many testing
3550 class GoogleTestFailureException : public ::std::runtime_error {
3553 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}