aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/utils
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-16 21:41:20 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-16 21:41:20 +0100
commit3504609e1ba1f7f653fa79910474bebd3ec24d8a (patch)
treed94cdf7ac540eb82630f78cbf564682b66007f51 /bsfs/utils
parent76fa694911f54e293ddf517246c6c4a1e8e745fd (diff)
downloadbsfs-3504609e1ba1f7f653fa79910474bebd3ec24d8a.tar.gz
bsfs-3504609e1ba1f7f653fa79910474bebd3ec24d8a.tar.bz2
bsfs-3504609e1ba1f7f653fa79910474bebd3ec24d8a.zip
various minor fixes
Diffstat (limited to 'bsfs/utils')
-rw-r--r--bsfs/utils/errors.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsfs/utils/errors.py b/bsfs/utils/errors.py
index be9d40e..6ae6484 100644
--- a/bsfs/utils/errors.py
+++ b/bsfs/utils/errors.py
@@ -41,4 +41,7 @@ class ConfigError(_BSFSError):
class BackendError(_BSFSError):
"""Could not parse an AST structure."""
+class UnsupportedError(_BSFSError):
+ """Some requested functionality is not supported by an implementation."""
+
## EOF ##