summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xml/sax/_exceptions.py')
-rw-r--r--Lib/xml/sax/_exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/xml/sax/_exceptions.py b/Lib/xml/sax/_exceptions.py
index 1ea582f..e23b5f4 100644
--- a/Lib/xml/sax/_exceptions.py
+++ b/Lib/xml/sax/_exceptions.py
@@ -21,6 +21,7 @@ class SAXException(Exception):
is optional."""
self._msg = msg
self._exception = exception
+ Exception.__init__(self, msg)
def getMessage(self):
"Return a message for this exception."