From 03337255c331e9357c5298aa259f0be672e4d297 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Fri, 24 Jan 2025 10:05:35 -0600 Subject: [PATCH] Legalitycheck exception --- exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exceptions.py b/exceptions.py index ca6844b..2b6ae51 100644 --- a/exceptions.py +++ b/exceptions.py @@ -93,3 +93,7 @@ class MissingRoleException(GameException): class MissingRosterException(GameException): pass + + +class LegalityCheckNotRequired(GameException): + pass