HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/requests/__pycache__/exceptions.cpython-37.pyc
B

���i�$�@s�dZddlmZGdd�de�ZGdd�de�ZGdd�de�ZGd	d
�d
e�ZGdd�de�ZGd
d�de�Z	Gdd�de�Z
Gdd�dee
�ZGdd�de
�ZGdd�de�Z
Gdd�de�ZGdd�dee�ZGdd�dee�ZGdd�dee�ZGdd �d ee�ZGd!d"�d"e�ZGd#d$�d$e�ZGd%d&�d&ee�ZGd'd(�d(ee�ZGd)d*�d*e�ZGd+d,�d,e�ZGd-d.�d.e�ZGd/d0�d0ee�ZGd1d2�d2e�Zd3S)4z`
requests.exceptions
~~~~~~~~~~~~~~~~~~~

This module contains the set of Requests' exceptions.
�)�	HTTPErrorcs eZdZdZ�fdd�Z�ZS)�RequestExceptionzTThere was an ambiguous exception that occurred while handling your
    request.
    csX|�dd�}||_|�dd�|_|dk	rB|jsBt|d�rB|jj|_tt|�j||�dS)zBInitialize RequestException with `request` and `response` objects.�responseN�request)�poprr�hasattr�superr�__init__)�self�args�kwargsr)�	__class__��D/opt/alt/python37/lib/python3.7/site-packages/requests/exceptions.pyr	s

zRequestException.__init__)�__name__�
__module__�__qualname__�__doc__r	�
__classcell__rr)r
rrsrc@seZdZdZdS)�InvalidJSONErrorzA JSON error occurred.N)rrrrrrrrrsrc@seZdZdZdS)rzAn HTTP error occurred.N)rrrrrrrrr src@seZdZdZdS)�ConnectionErrorzA Connection error occurred.N)rrrrrrrrr$src@seZdZdZdS)�
ProxyErrorzA proxy error occurred.N)rrrrrrrrr(src@seZdZdZdS)�SSLErrorzAn SSL error occurred.N)rrrrrrrrr,src@seZdZdZdS)�Timeoutz�The request timed out.

    Catching this error will catch both
    :exc:`~requests.exceptions.ConnectTimeout` and
    :exc:`~requests.exceptions.ReadTimeout` errors.
    N)rrrrrrrrr0src@seZdZdZdS)�ConnectTimeoutz�The request timed out while trying to connect to the remote server.

    Requests that produced this error are safe to retry.
    N)rrrrrrrrr9src@seZdZdZdS)�ReadTimeoutz@The server did not send any data in the allotted amount of time.N)rrrrrrrrr@src@seZdZdZdS)�URLRequiredz*A valid URL is required to make a request.N)rrrrrrrrrDsrc@seZdZdZdS)�TooManyRedirectszToo many redirects.N)rrrrrrrrrHsrc@seZdZdZdS)�
MissingSchemaz/The URL schema (e.g. http or https) is missing.N)rrrrrrrrrLsrc@seZdZdZdS)�
InvalidSchemaz"See defaults.py for valid schemas.N)rrrrrrrrrPsrc@seZdZdZdS)�
InvalidURLz%The URL provided was somehow invalid.N)rrrrrrrrr Tsr c@seZdZdZdS)�
InvalidHeaderz.The header value provided was somehow invalid.N)rrrrrrrrr!Xsr!c@seZdZdZdS)�InvalidProxyURLz"The proxy URL provided is invalid.N)rrrrrrrrr"\sr"c@seZdZdZdS)�ChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.N)rrrrrrrrr#`sr#c@seZdZdZdS)�ContentDecodingErrorz"Failed to decode response content.N)rrrrrrrrr$dsr$c@seZdZdZdS)�StreamConsumedErrorz3The content for this response was already consumed.N)rrrrrrrrr%hsr%c@seZdZdZdS)�
RetryErrorzCustom retries logic failedN)rrrrrrrrr&lsr&c@seZdZdZdS)�UnrewindableBodyErrorz;Requests encountered an error when trying to rewind a body.N)rrrrrrrrr'psr'c@seZdZdZdS)�RequestsWarningzBase warning for Requests.N)rrrrrrrrr(vsr(c@seZdZdZdS)�FileModeWarningzJA file was opened in text mode, but Requests determined its binary length.N)rrrrrrrrr)zsr)c@seZdZdZdS)�RequestsDependencyWarningz@An imported dependency doesn't match the expected version range.N)rrrrrrrrr*~sr*N) rZurllib3.exceptionsrZ
BaseHTTPError�IOErrorrrrrrrrrrr�
ValueErrorrrr r!r"r#r$�	TypeErrorr%r&r'�Warningr(�DeprecationWarningr)r*rrrr�<module>s2