aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nivis-python/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'nivis-python/exception.py')
-rw-r--r--nivis-python/exception.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nivis-python/exception.py b/nivis-python/exception.py
index a8b7201..0ec22e5 100644
--- a/nivis-python/exception.py
+++ b/nivis-python/exception.py
@@ -10,7 +10,7 @@ class PsiException(Exception):
```
"""
-
+
class ValueError(PsiException):
"""
An exception class for value-related errors in Psi code.
@@ -23,6 +23,7 @@ class ValueError(PsiException):
```
"""
+
class GrammarError(PsiException):
"""
An exception class for grammar-related errors in Psi code.