| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/requests/__pycache__/ |
Upload File : |
o
Ba�_Y � @ s� d Z ddlmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d
� d
e�ZG dd� de�ZG d
d� de�Z G dd� dee �Z
G dd� de �ZG dd� de�ZG dd� de�Z
G dd� dee�ZG dd� dee�ZG dd� dee�ZG dd� dee�ZG dd � d e�ZG d!d"� d"e�ZG d#d$� d$ee�ZG d%d&� d&ee�ZG d'd(� d(e�ZG d)d*� d*e�ZG d+d,� d,e�ZG d-d.� d.ee�ZG d/d0� d0e�Zd1S )2z`
requests.exceptions
~~~~~~~~~~~~~~~~~~~
This module contains the set of Requests' exceptions.
� )� HTTPErrorc s e Zd ZdZ� fdd�Z� ZS )�RequestExceptionzTThere was an ambiguous exception that occurred while handling your
request.
c s\ |� dd�}|| _|� dd�| _|dur!| js!t|d�r!| jj| _tt| �j|i |�� dS )zBInitialize RequestException with `request` and `response` objects.�responseN�request)�popr r �hasattr�superr �__init__)�self�args�kwargsr �� __class__� �5/usr/lib/python3/dist-packages/requests/exceptions.pyr s �
zRequestException.__init__)�__name__�
__module__�__qualname__�__doc__r �
__classcell__r r r
r r s r c @ � e Zd ZdZdS )r zAn HTTP error occurred.N�r r r r r r r r r � r c @ r )�ConnectionErrorzA Connection error occurred.Nr r r r r r r r c @ r )�
ProxyErrorzA proxy error occurred.Nr r r r r r $ r r c @ r )�SSLErrorzAn SSL error occurred.Nr r r r r r ( r r c @ r )�Timeoutz�The request timed out.
Catching this error will catch both
:exc:`~requests.exceptions.ConnectTimeout` and
:exc:`~requests.exceptions.ReadTimeout` errors.
Nr r r r r r , r r c @ r )�ConnectTimeoutz�The request timed out while trying to connect to the remote server.
Requests that produced this error are safe to retry.
Nr r r r r r 5 r r c @ r )�ReadTimeoutz@The server did not send any data in the allotted amount of time.Nr r r r r r <