From bb062fcd972fb0a281fcdd743647f22d0852e737 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 1 Nov 2020 23:31:08 +0100 Subject: Add UnsupportedLanguage exception Signed-off-by: Olivier Gayot --- swiftstory/exception.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'swiftstory/exception.py') diff --git a/swiftstory/exception.py b/swiftstory/exception.py index 107e9fe..ac2a074 100644 --- a/swiftstory/exception.py +++ b/swiftstory/exception.py @@ -1,2 +1,6 @@ class WrongAction(Exception): pass + + +class UnsupportedLanguage(Exception): + pass -- cgit v1.2.3