mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Synchronize with PyXML 1.5.
This commit is contained in:
parent
0591725bc5
commit
711a5bdc44
2 changed files with 2 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue