Source code for pyrsslocal.xmlhelper.xml_exceptions

"""
Exceptions raised by files in this folder.


:githublink:`%|py|5`
"""


[docs]class XmlException(Exception): """ Raised when something is wring about the parsing. :githublink:`%|py|10` """ pass