Home | History | Annotate | Download | only in gtest

Lines Matching refs:runtime_error

7105 // are enabled).  We derive it from std::runtime_error, which is for
7107 // std::runtime_error inherits from std::exception, many testing
7109 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {