Home | History | Annotate | Download | only in src

Lines Matching refs:runtime_error

2050 // derive it from std::runtime_error, which is for errors presumably
2051 // detectable only at run time. Since std::runtime_error inherits from
2054 class GoogleTestFailureException : public ::std::runtime_error {
2057 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}