diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-13 10:14:18 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-13 10:14:18 +0100 |
commit | 52fa64513dae60c3ed410622502f8c2369c1a348 (patch) | |
tree | 68abab59fe2c8f9392df39b19d51530c7a4b1d0d /tagit/utils | |
parent | 9c366758665d9cfee7796ee45a8167a5412ae9ae (diff) | |
download | tagit-52fa64513dae60c3ed410622502f8c2369c1a348.tar.gz tagit-52fa64513dae60c3ed410622502f8c2369c1a348.tar.bz2 tagit-52fa64513dae60c3ed410622502f8c2369c1a348.zip |
moved filter parsing code
Diffstat (limited to 'tagit/utils')
-rw-r--r-- | tagit/utils/errors.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 ## |