| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/requests/__pycache__/ |
Upload File : |
a
��Pe� � @ s� d Z ddlmZ ddlmZ G dd� de�ZG dd� de�Z G d d
� d
e e�ZG dd� de�ZG d
d� de�Z
G dd� de
�ZG dd� de
�ZG dd� de�Z
G dd� de
e
�ZG dd� de
�ZG dd� de�ZG dd� de�ZG dd� dee�ZG dd � d ee�ZG d!d"� d"ee�ZG d#d$� d$ee�ZG d%d&� d&e�ZG d'd(� d(e�ZG d)d*� d*ee�ZG d+d,� d,ee�ZG d-d.� d.e�ZG d/d0� d0e�ZG d1d2� d2e�ZG d3d4� d4ee �Z!G d5d6� d6e�Z"d7S )8z`
requests.exceptions
~~~~~~~~~~~~~~~~~~~
This module contains the set of Requests' exceptions.
� )� HTTPError� )�JSONDecodeErrorc s e Zd ZdZ� fdd�Z� ZS )�RequestExceptionzTThere was an ambiguous exception that occurred while handling your
request.
c sX |� dd�}|| _|� dd�| _|durB| jsBt|d�rB| jj| _t� j|i |�� dS )zBInitialize RequestException with `request` and `response` objects.�responseN�request)�popr r �hasattr�super�__init__)�self�args�kwargsr �� __class__� �7/usr/lib/python3.9/site-packages/requests/exceptions.pyr s
zRequestException.__init__)�__name__�
__module__�__qualname__�__doc__r �
__classcell__r r r r r s r c @ s e Zd ZdZdS )�InvalidJSONErrorzA JSON error occurred.N�r r r r r r r r r s r c @ s e Zd ZdZdd� ZdS )r z"Couldn't decode the text into jsonc O s0 t j| g|�R � tj| g| j�R i |�� dS )a
Construct the JSONDecodeError instance first with all
args. Then use it's args to construct the IOError so that
the json specific args aren't used as IOError specific args
and the error message from JSONDecodeError is preserved.
N)�CompatJSONDecodeErrorr r r
)r r
r r r r r "