Added button option exception
This commit is contained in:
parent
95ee071ef8
commit
f67135e2cf
@ -77,3 +77,7 @@ class GoogleSheetsException(GameException):
|
||||
|
||||
class InvalidResultException(GameException):
|
||||
pass
|
||||
|
||||
|
||||
class ButtonOptionNotChosen(Exception):
|
||||
pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user