aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/utils/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/utils/errors.py')
-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 ##