Server IP : 15.235.198.142 / Your IP : 216.73.216.190 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/python3.12/xml/sax/__pycache__/ |
Upload File : |
� �(�g[ � �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/lib/python3.12/xml/sax/_exceptions.pyr zSAXException.__init__ s"