forked from test/mau_mau_bot
Update errors.py
Adding a new PlayerLeftError
This commit is contained in:
parent
69dc39bb56
commit
bffd7fb1c3
1 changed files with 4 additions and 0 deletions
|
@ -36,3 +36,7 @@ class NotEnoughPlayersError(Exception):
|
|||
|
||||
class DeckEmptyError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class PlayerLeftError(Exception):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue