Viewing File: /usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-36.opt-1.pyc
3
ฃ้ajห ใ @ sL d dl mZ ddlmZ G dd deZG dd deZG dd d eZ G d
d de Z
G dd
d
eZG dd deZG dd deZ
G dd deZeZG dd de
ZG dd de
ZG dd deZG dd deZG dd dee
ZG dd deZG d d! d!ee ZG d"d# d#e ZG d$d% d%e ZG d&d' d'eeZG d(d) d)eZG d*d+ d+eZG d,d- d-eZG d.d/ d/eZG d0d1 d1eZG d2d3 d3eZ G d4d5 d5eZ!G d6d7 d7eZ"G d8d9 d9eZ#G d:d; d;eeZ$G d<d= d=eZ%G d>d? d?eeZG d@dA dAeZ&G dBdC dCe'eZ(G dDdE dEeZ)G dFdG dGeZ*dHS )I้ )ฺabsolute_import้ )ฺIncompleteReadc @ s e Zd ZdZdS )ฺ HTTPErrorz#Base exception used by this module.N)ฺ__name__ฺ
__module__ฺ__qualname__ฺ__doc__ฉ r
r
๚ /usr/lib/python3.6/exceptions.pyr s r c @ s e Zd ZdZdS )ฺHTTPWarningz!Base warning used by this module.N)r r r r r
r
r
r r
s r c @ s e Zd ZdZdd Zdd ZdS )ฺ PoolErrorz/Base exception for errors caused within a pool.c C s || _ tj| d||f d S )Nz%s: %s)ฺpoolr ฺ__init__)ฺselfr ฺmessager
r
r r s zPoolError.__init__c C s
| j dfS )N)NN)ฺ __class__)r r
r
r ฺ
__reduce__ s zPoolError.__reduce__N)r r r r r r r
r
r
r r
s r
c @ s e Zd ZdZdd Zdd ZdS )ฺRequestErrorz8Base exception for PoolErrors that have associated URLs.c C s || _ tj| || d S )N)ฺurlr
r )r r r r r
r
r r s zRequestError.__init__c C s | j d | jd ffS )N)r r )r r
r
r r # s zRequestError.__reduce__N)r r r r r r r
r
r
r r s r c @ s e Zd ZdZdS )ฺSSLErrorz9Raised when SSL certificate fails in an HTTPS connection.N)r r r r r
r
r
r r ( s r c @ s e Zd ZdZdS )ฺ
ProxyErrorz,Raised when the connection to a proxy fails.N)r r r r r
r
r
r r - s r c @ s e Zd ZdZdS )ฺDecodeErrorz;Raised when automatic decoding based on Content-Type fails.N)r r r r r
r
r
r r 2 s r c @ s e Zd ZdZdS )ฺ
ProtocolErrorz>Raised when something unexpected happens mid-request/response.N)r r r r r
r
r
r r 7 s r c @ s e Zd ZdZdddZdS )ฺ
MaxRetryErrora Raised when the maximum number of retries is exceeded.
:param pool: The connection pool
:type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool`
:param string url: The requested Url
:param exceptions.Exception reason: The underlying error
Nc C s&