aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/language/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/language/exceptions.py')
-rw-r--r--libpathod/language/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpathod/language/exceptions.py b/libpathod/language/exceptions.py
index a65c7936..84ad3c02 100644
--- a/libpathod/language/exceptions.py
+++ b/libpathod/language/exceptions.py
@@ -8,6 +8,7 @@ class FileAccessDenied(RenderError):
class ParseException(Exception):
+
def __init__(self, msg, s, col):
Exception.__init__(self)
self.msg = msg