Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:runtime_error

1567 class OurCppRunException : public std::runtime_error {
1570 std::runtime_error(reason) {}
1573 std::runtime_error(toCopy) {}
1577 std::runtime_error::operator=(toCopy)));