Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:runtime_error

1548 class OurCppRunException : public std::runtime_error {
1551 std::runtime_error(reason) {}
1554 std::runtime_error(toCopy) {}
1558 std::runtime_error::operator=(toCopy)));