Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef DS_EXCEPTIONS_H
- #define DS_EXCEPTIONS_H
- class UnderflowException { };
- class IllegalArgumentException { };
- class ArrayIndexOutOfBoundsException { };
- class IteratorOutOfBoundsException { };
- class IteratorMismatchException { };
- class IteratorUninitializedException { };
- #endif
Add Comment
Please, Sign In to add comment