Update errors.py

Adding a new PlayerLeftError
This commit is contained in:
Karho 2017-02-17 22:55:11 +08:00 committed by GitHub
parent 69dc39bb56
commit bffd7fb1c3

View file

@ -36,3 +36,7 @@ class NotEnoughPlayersError(Exception):
class DeckEmptyError(Exception):
pass
class PlayerLeftError(Exception):
pass