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