Home | History | Annotate | Download | only in ceres

Lines Matching full:runtime_error

3354 // derive it from std::runtime_error, which is for errors presumably
3355 // detectable only at run time. Since std::runtime_error inherits from
3358 class GoogleTestFailureException : public ::std::runtime_error {
3361 : ::std::runtime_error(PrintTestPartResultToString(failure).c_str()) {}