Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
alt
/
python38
/
lib64
/
python3.8
/
site-packages
/
aiohttp
/
__pycache__
[ HOME ]
Exec
Submit
client_exceptions.cpython-38.pyc
U '�7`Q! � @ s( d Z ddlZddlZddlmZmZmZmZmZ ddl m Z zddlZejZW n e k rj d ZZY nX er�ddlmZmZmZmZ nd Z ZZdZG dd � d e�ZG d d� de�ZG dd � d e�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� dee�ZG dd� de�ZG dd� de�ZG dd� de�Z G dd� de �Z!G d d!� d!e ej"�Z#G d"d#� d#e �Z$G d$d%� d%e�Z%G d&d'� d'ee&�Z'G d(d)� d)e�Z(edk �r�ej)fZ*e(ej)fZ+ej,fZ-e(ej,fZ.ne/� Z*e(e&fZ+e/� Z-e(fZ.G d*d+� d+fe.�� Z0G d,d-� d-fe+�� Z1dS ).zHTTP related errors.� N)� TYPE_CHECKING�Any�Optional�Tuple�Union� )�LooseHeaders)�ClientResponse� ConnectionKey�Fingerprint�RequestInfo)�ClientError�ClientConnectionError� ClientOSError�ClientConnectorError�ClientProxyConnectionError�ClientSSLError�ClientConnectorSSLError�ClientConnectorCertificateError�ServerConnectionError�ServerTimeoutError�ServerDisconnectedError�ServerFingerprintMismatch�ClientResponseError�ClientHttpProxyError�WSServerHandshakeError�ContentTypeError�ClientPayloadError� InvalidURLc @ s e Zd ZdZdS )r z(Base class for client connection errors.N��__name__� __module__�__qualname__�__doc__� r$ r$ �L/opt/alt/python38/lib64/python3.8/site-packages/aiohttp/client_exceptions.pyr , s r c @ s� e Zd ZdZddddd�eeedf ee ee e ee dd�dd�Ze d �d d�Ze d �dd �Z eed �dd��Zejedd�dd��ZdS )r zYConnection error during reading response. request_info: instance of RequestInfo N� )�code�status�message�headers.)�request_info�historyr'