PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /lib64/python3.12/xml/sax/__pycache__/ |
| Server: Linux server1.ngambekcore.com 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 04:00:07 EDT 2025 x86_64 IP: 159.198.77.92 |
| Dir : //lib64/python3.12/xml/sax/__pycache__/_exceptions.cpython-312.opt-1.pyc |
�
�?h[ � �v � d Z G d� de� Z G d� de� Z G d� de� Z G d� de� Z G d � d
e� Zy)z!Different kinds of SAX Exceptionsc �0 � e Zd ZdZdd�Zd� Zd� Zd� Zd� Zy) �SAXExceptiona� Encapsulate an XML error or warning. This class can contain
basic error or warning information from either the XML parser or
the application: you can subclass it to provide additional
functionality, or to add localization. Note that although you will
receive a SAXException as the argument to the handlers in the
ErrorHandler interface, you are not actually required to raise
the exception; instead, you can simply read the information in
it.Nc �L � || _ || _ t j | |� y)zUCreates an exception. The message is required, but the exception
is optional.N)�_msg�
_exception� Exception�__init__)�self�msg� exceptions �,/usr/lib64/python3.12/xml/sax/_exceptions.pyr zSAXException.__init__ s"