Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
֦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 ZdZddZd 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__)selfmsg exceptions ,/usr/lib64/python3.12/xml/sax/_exceptions.pyr zSAXException.__init__ s" #4% c | j S )z$Return a message for this exception.r r s r
getMessagezSAXException.getMessage yyr
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__ r r
c t d )zvAvoids weird error messages if someone does exception[ix] by
mistake, since Exception has __getitem__ defined.__getitem__)AttributeError)r ixs r r zSAXException.__getitem__" s ]++r
)N) __name__
__module____qualname____doc__r r r r r r
r r r s &,r
r c 4 e Zd ZdZd Zd Zd Zd Zd Zd Z y) SAXParseExceptiona# Encapsulate an XML parse error or warning.
This exception will include information for locating the error in
the original XML document. Note that although the application will
receive a SAXParseException as the argument to the handlers in the
ErrorHandler interface, the application is not actually required
to raise the exception; instead, it can simply read the
information in it and take a different action.
Since this exception is a subclass of SAXException, it inherits
the ability to wrap another exception.c t j | || || _ | j j | _ | j j | _ | j j | _ y)zECreates the exception. The exception parameter is allowed to be None.N) r r _locatorgetSystemId _systemIdgetColumnNumber_colnum
getLineNumber_linenum)r r
r locators r r zSAXParseException.__init__7 sY dC3
224}}446
335
r
c | j S )zNThe column number of the end of the text where the exception
occurred.)r( r s r r' z!SAXParseException.getColumnNumberD s ||r
c | j S )zDThe line number of the end of the text where the exception occurred.)r* r s r r) zSAXParseException.getLineNumberI s }}r
c 6 | j j S )zEGet the public identifier of the entity where the exception occurred.)r$ getPublicIdr s r r/ zSAXParseException.getPublicIdM s }}((**r
c | j S )zEGet the system identifier of the entity where the exception occurred.)r&