a ˆlj² ã @ 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„ deƒZ G dd„ dee ƒZG dd„ de ƒZG dd„ deƒZ G dd„ deƒZG dd„ deeƒZG dd„ deeƒZG dd„ deeƒZG dd „ 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+d,„ d,eƒZG d-d.„ d.eƒZG d/d0„ d0eeƒZG d1d2„ d2eƒZd3S )4z` 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¡| _|durB| jsBt|dƒrB| jj| _tt| ƒj|i |¤Ž dS )zBInitialize RequestException with `request` and `response` objects.ÚresponseNÚrequest)Úpopr r ÚhasattrÚsuperr Ú__init__)ÚselfÚargsÚkwargsr ©Ú __class__© úC/usr/lib/python3.9/site-packages/pip/_vendor/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 ZdZdS )r zAn HTTP error occurred.Nr r r r r r s r c @ s e Zd ZdZdS )ÚConnectionErrorzA Connection error occurred.Nr r r r r r $ s r c @ s e Zd ZdZdS )Ú ProxyErrorzA proxy error occurred.Nr r r r r r ( s r c @ s e Zd ZdZdS )ÚSSLErrorzAn SSL error occurred.Nr r r r r r , s r c @ s e Zd ZdZdS )Ú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 0 s r c @ s e Zd ZdZdS )Ú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 9 s r c @ s e Zd ZdZdS )ÚReadTimeoutz@The server did not send any data in the allotted amount of time.Nr r r r r r @ s r c @ s e Zd ZdZdS )ÚURLRequiredz*A valid URL is required to make a request.Nr r r r r r D s r c @ s e Zd ZdZdS )ÚTooManyRedirectszToo many redirects.Nr r r r r r H s r c @ s e Zd ZdZdS )Ú MissingSchemaz/The URL schema (e.g. http or https) is missing.Nr r r r r r L s r c @ s e Zd ZdZdS )Ú InvalidSchemaz"See defaults.py for valid schemas.Nr r r r r r! P s r! c @ s e Zd ZdZdS )Ú InvalidURLz%The URL provided was somehow invalid.Nr r r r r r" T s r" c @ s e Zd ZdZdS )Ú InvalidHeaderz.The header value provided was somehow invalid.Nr r r r r r# X s r# c @ s e Zd ZdZdS )ÚInvalidProxyURLz"The proxy URL provided is invalid.Nr r r r r r$ \ s r$ c @ s e Zd ZdZdS )ÚChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.Nr r r r r r% ` s r% c @ s e Zd ZdZdS )ÚContentDecodingErrorz"Failed to decode response content.Nr r r r r r&