Linux premium134.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.104 | : 216.73.217.94
Cant Read [ /etc/named.conf ]
?8.1.34
mfbsrygq
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib64 /
python3.12 /
xml /
sax /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-312.opt-1.pyc
3.7
KB
-rw-r--r--
__init__.cpython-312.opt-2.pyc
2.67
KB
-rw-r--r--
__init__.cpython-312.pyc
3.7
KB
-rw-r--r--
_exceptions.cpython-312.opt-1....
6.07
KB
-rw-r--r--
_exceptions.cpython-312.opt-2....
3.61
KB
-rw-r--r--
_exceptions.cpython-312.pyc
6.07
KB
-rw-r--r--
expatreader.cpython-312.opt-1....
21.08
KB
-rw-r--r--
expatreader.cpython-312.opt-2....
20.69
KB
-rw-r--r--
expatreader.cpython-312.pyc
21.08
KB
-rw-r--r--
handler.cpython-312.opt-1.pyc
14.54
KB
-rw-r--r--
handler.cpython-312.opt-2.pyc
5.73
KB
-rw-r--r--
handler.cpython-312.pyc
14.54
KB
-rw-r--r--
saxutils.cpython-312.opt-1.pyc
19.14
KB
-rw-r--r--
saxutils.cpython-312.opt-2.pyc
17.57
KB
-rw-r--r--
saxutils.cpython-312.pyc
19.14
KB
-rw-r--r--
xmlreader.cpython-312.opt-1.py...
19.09
KB
-rw-r--r--
xmlreader.cpython-312.opt-2.py...
13.1
KB
-rw-r--r--
xmlreader.cpython-312.pyc
19.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _exceptions.cpython-312.pyc
� �֦i[ � �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"