Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef EXCEPTIONS_H
- #define EXCEPTIONS_H
- enum Exception {
- EDGE_ALREADY_EXISTS,
- EDGE_DOES_NOT_EXIST,
- NODE_ALREADY_EXISTS,
- NODE_DOES_NOT_EXIST,
- SOURCE_NODE_DOES_NOT_EXIST,
- DESTINATION_NODE_DOES_NOT_EXIST,
- };
- #endif
Advertisement
Add Comment
Please, Sign In to add comment