diff --git a/errors.py b/errors.py index 632e25a..b2f0a0b 100644 --- a/errors.py +++ b/errors.py @@ -36,3 +36,7 @@ class NotEnoughPlayersError(Exception): class DeckEmptyError(Exception): pass + + +class MaxPlayersError(Exception): + pass