HEX
Server: Apache
System: Linux vpshost11508.publiccloud.com.br 5.15.179-grsec-vpshost-10.lc.el8.x86_64 #1 SMP Mon Apr 7 12:04:45 -03 2025 x86_64
User: wicomm2 (10002)
PHP: 8.3.0
Disabled: apache_child_terminate,dl,escapeshellarg,escapeshellcmd,exec,link,mail,openlog,passthru,pcntl_alarm,pcntl_exec,pcntl_fork,pcntl_get_last_error,pcntl_getpriority,pcntl_setpriority,pcntl_signal,pcntl_signal_dispatch,pcntl_sigprocmask,pcntl_sigtimedwait,pcntl_sigwaitinfo,pcntl_strerror,pcntl_wait,pcntl_waitpid,pcntl_wexitstatus,pcntl_wifexited,pcntl_wifsignaled,pcntl_wifstopped,pcntl_wstopsig,pcntl_wtermsig,php_check_syntax,php_strip_whitespace,popen,proc_close,proc_open,shell_exec,symlink,system
Upload Files
File: //lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyo
�
u�-ec@sdZddlmZdefd��YZdefd��YZdefd��YZd	efd
��YZdefd��YZd
efd��YZ	dee	fd��YZ
de	fd��YZdefd��YZdefd��YZ
deefd��YZdeefd��YZdeefd��YZdeefd��YZdefd ��YZd!eefd"��YZd#eefd$��YZd%efd&��YZd'efd(��YZd)efd*��YZd+eefd,��YZd-efd.��YZd/S(0s`
requests.exceptions
~~~~~~~~~~~~~~~~~~~

This module contains the set of Requests' exceptions.
i����(t	HTTPErrortRequestExceptioncBseZdZd�ZRS(sTThere was an ambiguous exception that occurred while handling your
    request.
    cOs�|jdd�}||_|jdd�|_|dk	rg|jrgt|d�rg|jj|_ntt|�j||�dS(sBInitialize RequestException with `request` and `response` objects.tresponsetrequestN(tpoptNoneRRthasattrtsuperRt__init__(tselftargstkwargsR((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRs	(t__name__t
__module__t__doc__R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRsRcBseZdZRS(sAn HTTP error occurred.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRstConnectionErrorcBseZdZRS(sA Connection error occurred.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR st
ProxyErrorcBseZdZRS(sA proxy error occurred.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR$stSSLErrorcBseZdZRS(sAn SSL error occurred.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR(stTimeoutcBseZdZRS(s�The request timed out.

    Catching this error will catch both
    :exc:`~requests.exceptions.ConnectTimeout` and
    :exc:`~requests.exceptions.ReadTimeout` errors.
    (RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR,stConnectTimeoutcBseZdZRS(s�The request timed out while trying to connect to the remote server.

    Requests that produced this error are safe to retry.
    (RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR5stReadTimeoutcBseZdZRS(s@The server did not send any data in the allotted amount of time.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR<stURLRequiredcBseZdZRS(s*A valid URL is required to make a request.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR@stTooManyRedirectscBseZdZRS(sToo many redirects.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRDst
MissingSchemacBseZdZRS(s/The URL schema (e.g. http or https) is missing.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRHst
InvalidSchemacBseZdZRS(s"See defaults.py for valid schemas.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRLst
InvalidURLcBseZdZRS(s%The URL provided was somehow invalid.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRPst
InvalidHeadercBseZdZRS(s.The header value provided was somehow invalid.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRTstChunkedEncodingErrorcBseZdZRS(s?The server declared chunked encoding but sent an invalid chunk.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRXstContentDecodingErrorcBseZdZRS(s!Failed to decode response content(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR\stStreamConsumedErrorcBseZdZRS(s2The content for this response was already consumed(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR`st
RetryErrorcBseZdZRS(sCustom retries logic failed(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRdstUnrewindableBodyErrorcBseZdZRS(s:Requests encountered an error when trying to rewind a body(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyRhstRequestsWarningcBseZdZRS(sBase warning for Requests.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR nstFileModeWarningcBseZdZRS(sJA file was opened in text mode, but Requests determined its binary length.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR!sstRequestsDependencyWarningcBseZdZRS(s@An imported dependency doesn't match the expected version range.(RR
R(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyR"xsN(Rtpip._vendor.urllib3.exceptionsRt
BaseHTTPErrortIOErrorRRRRRRRRRt
ValueErrorRRRRRRt	TypeErrorRRRtWarningR tDeprecationWarningR!R"(((sC/usr/lib/python2.7/site-packages/pip/_vendor/requests/exceptions.pyt<module>s.