MaxPlayersError
This commit is contained in:
parent
cf6284e505
commit
30b6680e6b
1 changed files with 4 additions and 0 deletions
|
@ -36,3 +36,7 @@ class NotEnoughPlayersError(Exception):
|
||||||
|
|
||||||
class DeckEmptyError(Exception):
|
class DeckEmptyError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
class MaxPlayersError(Exception):
|
||||||
|
pass
|
||||||
|
|
Loading…
Reference in a new issue