MaxPlayersError

This commit is contained in:
DO97 2019-06-16 17:23:31 +02:00 committed by GitHub
parent cf6284e505
commit 30b6680e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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