Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:runtime_error

1535 class OurCppRunException : public std::runtime_error {
1538 std::runtime_error(reason) {}
1541 std::runtime_error(toCopy) {}
1545 std::runtime_error::operator=(toCopy)));