Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.11 /
xml /
sax /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-311.pyc
4.94
KB
-rw-r--r--
2025-04-07 20:15
_exceptions.cpython-311.pyc
6.67
KB
-rw-r--r--
2025-04-07 20:15
expatreader.cpython-311.pyc
21.3
KB
-rw-r--r--
2025-04-07 20:15
handler.cpython-311.pyc
15.18
KB
-rw-r--r--
2025-04-07 20:15
saxutils.cpython-311.pyc
21.07
KB
-rw-r--r--
2025-04-07 20:15
xmlreader.cpython-311.pyc
20.45
KB
-rw-r--r--
2025-04-07 20:15
Save
Rename
� *�Kg� � �� � d Z ddlZej dd� dk rddlmZ [ G d� de� � Z G d� d e� � Z G d � de� � Z G d� d e� � Z G d� de� � Z dS )z!Different kinds of SAX Exceptions� N� �java)� Exceptionc �2 � e Zd ZdZdd�Zd� Zd� Zd� Zd� ZdS ) �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 | |� � dS )zUCreates an exception. The message is required, but the exception is optional.N)�_msg� _exceptionr �__init__)�self�msg� exceptions �*/usr/lib/python3.11/xml/sax/_exceptions.pyr zSAXException.__init__ s+ � � �� �#�����4��%�%�%�%�%� c � � | j S )z$Return a message for this exception.�r �r s r � getMessagezSAXException.getMessage � � ��y�r c � � | j S )z9Return the embedded exception, or None if there was none.)r r s r �getExceptionzSAXException.getException s � ���r c � � | j S )�0Create a string representation of the exception.r r s r �__str__zSAXException.__str__"