aboutsummaryrefslogtreecommitdiffstats
path: root/bsie/base
diff options
context:
space:
mode:
Diffstat (limited to 'bsie/base')
-rw-r--r--bsie/base/errors.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsie/base/errors.py b/bsie/base/errors.py
index dc3c30e..5fafd5b 100644
--- a/bsie/base/errors.py
+++ b/bsie/base/errors.py
@@ -39,4 +39,7 @@ class ProgrammingError(_BSIEError):
class UnreachableError(ProgrammingError):
"""Bravo, you've reached a point in code that should logically not be reachable."""
+class ParserError(_BSIEError):
+ """Failed to parse due to invalid syntax or structures."""
+
## EOF ##