From 52fa64513dae60c3ed410622502f8c2369c1a348 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Fri, 13 Jan 2023 10:14:18 +0100 Subject: moved filter parsing code --- tagit/utils/errors.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tagit/utils') diff --git a/tagit/utils/errors.py b/tagit/utils/errors.py index 7a2556e..8b5e21a 100644 --- a/tagit/utils/errors.py +++ b/tagit/utils/errors.py @@ -53,4 +53,8 @@ class ParserError(Exception): """String parsing failure.""" pass +class BackendError(Exception): + """Generic backend error.""" + pass + ## EOF ## -- cgit v1.2.3