diff options
Diffstat (limited to 'diplomacy/utils/exceptions.py')
-rw-r--r-- | diplomacy/utils/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/diplomacy/utils/exceptions.py b/diplomacy/utils/exceptions.py index 5cf4384..138bed9 100644 --- a/diplomacy/utils/exceptions.py +++ b/diplomacy/utils/exceptions.py @@ -86,6 +86,9 @@ class RequestException(ResponseException): class AdminTokenException(ResponseException): """ Invalid token for admin operations. """ +class DaidePortException(ResponseException): + """ Daide server not started for the game """ + class GameCanceledException(ResponseException): """ Game was cancelled. """ |