aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/utils
diff options
context:
space:
mode:
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 04561a2..c5e8e16 100644
--- a/bsfs/utils/errors.py
+++ b/bsfs/utils/errors.py
@@ -35,4 +35,7 @@ class ProgrammingError(_BSFSError):
class UnreachableError(ProgrammingError):
"""Bravo, you've reached a point in code that should logically not be reachable."""
+class ConfigError(_BSFSError):
+ """User config issue."""
+
## EOF ##