aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/utils/errors.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2022-12-22 20:27:49 +0100
committerMatthias Baumgartner <dev@igsor.net>2022-12-22 20:27:49 +0100
commit383fa8fd5c2e4b67089b4c5b654ebade51382f2c (patch)
tree0618ce8221bd430a2206a9a0746800a47291b477 /bsfs/utils/errors.py
parenta0f2308adcb226d28de3355bc7115a6d9b669462 (diff)
downloadbsfs-383fa8fd5c2e4b67089b4c5b654ebade51382f2c.tar.gz
bsfs-383fa8fd5c2e4b67089b4c5b654ebade51382f2c.tar.bz2
bsfs-383fa8fd5c2e4b67089b4c5b654ebade51382f2c.zip
filter ast definition and validation
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 c5e8e16..be9d40e 100644
--- a/bsfs/utils/errors.py
+++ b/bsfs/utils/errors.py
@@ -38,4 +38,7 @@ class UnreachableError(ProgrammingError):
class ConfigError(_BSFSError):
"""User config issue."""
+class BackendError(_BSFSError):
+ """Could not parse an AST structure."""
+
## EOF ##