Added button option exception

This commit is contained in:
Cal Corum 2024-12-18 09:58:25 -06:00
parent 95ee071ef8
commit f67135e2cf

View File

@ -77,3 +77,7 @@ class GoogleSheetsException(GameException):
class InvalidResultException(GameException):
pass
class ButtonOptionNotChosen(Exception):
pass