Skip to content

Commit 364e255

Browse files
authored
Update Exception.h
1 parent 29c1bce commit 364e255

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Exception.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ class hasWon : public WatopolyException {
9090
hasWon(std::string m);
9191
};
9292

93-
93+
class bankruptException : public WatopolyException {
94+
public:
95+
bankruptException(std::string m);
96+
};
9497

9598
#endif

0 commit comments

Comments
 (0)