From 1f18b5053c44d418e3059a789cb9bdf40f3f9b10 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 2 Nov 2020 00:03:20 +0100 Subject: also add the JoinError exception type Signed-off-by: Olivier Gayot --- swiftstory/exception.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'swiftstory/exception.py') diff --git a/swiftstory/exception.py b/swiftstory/exception.py index ac2a074..764289f 100644 --- a/swiftstory/exception.py +++ b/swiftstory/exception.py @@ -4,3 +4,6 @@ class WrongAction(Exception): class UnsupportedLanguage(Exception): pass + +class JoinError(Exception): + pass -- cgit v1.2.3