£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyÊ¦•êŽ…È®FÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~èŠ©ÊÇí`ÔÑ©úë™µ'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶ê×Ó¼ãžªéUWŸÈË%DÒÕ¬ï‘]/Åcx  ‰ï2ß]ä6G[]S£ÔÏ¯rs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ                  ¯¹ægƒÛowÐø^d™ý½ßB7áyMä9ÜÖUã
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
<html>

ReU                 @   sD  d  Z  d d l m Z Gd d   d e  Z Gd d   d e  Z Gd d   d e  Z Gd	 d
   d
 e  Z Gd d   d e  Z Gd d   d e  Z	 Gd d   d e  Z
 Gd d   d e  Z Gd d   d e e  Z Gd d   d e e  Z Gd d   d e e  Z Gd d   d e  Z Gd d   d e e  Z d S)za
requests.exceptions
~~~~~~~~~~~~~~~~~~~

This module contains the set of Requests' exceptions.

   )	HTTPErrorc                   s(   e  Z d  Z d Z   f d d   Z   S)RequestExceptionzOThere was an ambiguous exception that occurred while handling your
    request.c                s   | j  d d  } | |  _ | j  d d  |  _ | d k	 rg |  j rg t | d  rg |  j j |  _ n  t t |   j | |   d S)zT
        Initialize RequestException with `request` and `response` objects.
        responseNrequest)popr   r   hasattrsuperr   __init__)selfargskwargsr   )	__class__ :/tmp/pip-ztkk0jow-build/pip/_vendor/requests/exceptions.pyr	      s    	zRequestException.__init__)__name__
__module____qualname____doc__r	   r   r   )r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)r   zAn HTTP error occurred.N)r   r   r   r   r   r   r   r   r      s   r   c               @   s   e  Z d  Z d Z d S)ConnectionErrorzA Connection error occurred.N)r   r   r   r   r   r   r   r   r   "   s   r   c               @   s   e  Z d  Z d Z d S)
ProxyErrorzA proxy error occurred.N)r   r   r   r   r   r   r   r   r   &   s   r   c               @   s   e  Z d  Z d Z d S)SSLErrorzAn SSL error occurred.N)r   r   r   r   r   r   r   r   r   *   s   r   c               @   s   e  Z d  Z d Z d S)TimeoutzThe request timed out.N)r   r   r   r   r   r   r   r   r   .   s   r   c               @   s   e  Z d  Z d Z d S)URLRequiredz*A valid URL is required to make a request.N)r   r   r   r   r   r   r   r   r   2   s   r   c               @   s   e  Z d  Z d Z d S)TooManyRedirectszToo many redirects.N)r   r   r   r   r   r   r   r   r   6   s   r   c               @   s   e  Z d  Z d Z d S)MissingSchemaz/The URL schema (e.g. http or https) is missing.N)r   r   r   r   r   r   r   r   r   :   s   r   c               @   s   e  Z d  Z d Z d S)InvalidSchemaz"See defaults.py for valid schemas.N)r   r   r   r   r   r   r   r   r   >   s   r   c               @   s   e  Z d  Z d Z d S)
InvalidURLz' The URL provided was somehow invalid. N)r   r   r   r   r   r   r   r   r   B   s   r   c               @   s   e  Z d  Z d Z d S)ChunkedEncodingErrorz?The server declared chunked encoding but sent an invalid chunk.N)r   r   r   r   r   r   r   r   r   F   s   r   c               @   s   e  Z d  Z d Z d S)ContentDecodingErrorz!Failed to decode response contentN)r   r   r   r   r   r   r   r   r   J   s   r   N)r   Zpackages.urllib3.exceptionsr   BaseHTTPErrorIOErrorr   r   r   r   r   r   r   
ValueErrorr   r   r   r   r   r   r   r   r   <module>	   s   