Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.12 /
xml /
sax /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-312.pyc
3.7
KB
-rw-r--r--
2026-07-07 06:41
_exceptions.cpython-312.pyc
6.07
KB
-rw-r--r--
2026-07-07 06:41
expatreader.cpython-312.pyc
21.08
KB
-rw-r--r--
2026-07-07 06:41
handler.cpython-312.pyc
14.54
KB
-rw-r--r--
2026-07-07 06:41
saxutils.cpython-312.pyc
19.15
KB
-rw-r--r--
2026-07-07 06:41
xmlreader.cpython-312.pyc
19.1
KB
-rw-r--r--
2026-07-07 06:41
Save
Rename
� :5j[ � �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"