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
3
eö\c ã @ s d dl mZmZmZ ddlmZ ddlmZ [[[dZdZej de
ƒ ƒ [G dd„ deƒZG d d
„ d
eƒZ
d!dd„ZG d
d„ de
eƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG dd „ d eƒZdS )"é )Úabsolute_importÚprint_functionÚunicode_literalsé )Úgpgme)ÚutilNZGPG_ERR_c @ sR e Zd ZdZddd„Zedd„ ƒZedd„ ƒZed d
„ ƒZedd„ ƒZ d
d„ Z
dS )ÚGpgErrora> A GPG Error
This is the base of all errors thrown by this library.
If the error originated from GPGME, then additional information
can be found by looking at 'code' for the error code, and 'source'
for the errors origin. Suitable constants for comparison are
defined in this module. 'code_str' and 'source_str' are
human-readable versions of the former two properties.
If 'context' is not None, then it contains a human-readable hint
as to where the error originated from.
If 'results' is not None, it is a tuple containing results of the
operation that failed. The tuples elements are the results of the
function that raised the error. Some operations return results
even though they signal an error. Of course this information must
be taken with a grain of salt. But often, this information is
useful for diagnostic uses or to give the user feedback. Since
the normal control flow is disrupted by the exception, the callee
can no longer return results, hence we attach them to the
exception objects.
Nc C s || _ || _|| _d S )N)ÚerrorÚcontextÚresults)Úselfr r
r © r
ú/usr/lib64/python3.6/errors.pyÚ__init__= s zGpgError.__init__c C s | j d krd S tj| j ƒS )N)r r Zgpgme_err_code)r r
r
r ÚcodeB s
z
GpgError.codec C s | j d krd S tj| j ƒS )N)r r Úgpgme_strerror)r r
r
r Úcode_strH s
zGpgError.code_strc C s | j d krd S tj| j ƒS )N)r r Zgpgme_err_source)r r
r
r ÚsourceN s
zGpgError.sourcec C s | j d krd S tj| j ƒS )N)r r Zgpgme_strsource)r r
r
r Ú
source_strT s
zGpgError.source_strc C sF g }| j d k r|j| j ƒ | jd k r<|j| jƒ |j| jƒ dj|ƒS )Nz: )r
Úappendr r r Újoin)r Zmsgsr
r
r Ú__str__Z s
zGpgError.__str__)NNN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r Úpropertyr r r r r r
r
r
r r # s
r c @ s@ e Zd ZdZedd„ ƒZedd„ ƒZdd„ Zdd „ Z d
d„ Z
dS )
Ú
GPGMEErrorzßGeneric error
This is a generic error that wraps the underlying libraries native
error type. It is thrown when the low-level API is invoked and
returns an error. This is the error that was used in PyME.
c C s | t jƒ ƒS )N)r Zgpgme_err_code_from_syserror)Úclsr
r
r ÚfromSyserrorm s zGPGMEError.fromSyserrorc C s | j S )N)r
)r r
r
r Úmessageq s zGPGMEError.messagec C s t | ƒS )N)Ústr)r r
r
r Ú getstringu s zGPGMEError.getstringc C s | j S )N)r )r r
r
r Úgetcodex s zGPGMEError.getcodec C s | j S )N)r )r r
r
r Ú getsource{ s zGPGMEError.getsourceN)r r r r Úclassmethodr r r r" r# r$ r
r
r
r r d s r c C s | rt | |ƒ‚d S )N)r )ZretvalZ extradatar
r
r Ú
errorcheck s r&