ó
Ýēk^c           @` sk   d  d l  m Z m Z m Z m Z d e f d     YZ d e e f d     YZ d e f d     YZ	 d S(	   i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalst	   HTTPErrorc           B` s   e  Z d  Z RS(   u#   Base exception used by this module.(   t   __name__t
   __module__t   __doc__(    (    (    s?   lib/python2.7/site-packages/conda/_vendor/urllib3/exceptions.pyR      s   t   LocationValueErrorc           B` s   e  Z d  Z RS(   u<   Raised when there is something wrong with a given URL input.(   R   R   R   (    (    (    s?   lib/python2.7/site-packages/conda/_vendor/urllib3/exceptions.pyR   
   s   t   LocationParseErrorc           B` s   e  Z d  Z d   Z RS(   u=   Raised when get_host or similar fails to parse the URL input.c         C` s'   d | } t  j |  |  | |  _ d  S(   Nu   Failed to parse: %s(   R   t   __init__t   location(   t   selfR   t   message(    (    s?   lib/python2.7/site-packages/conda/_vendor/urllib3/exceptions.pyR
      s    
(   R   R   R   R
   (    (    (    s?   lib/python2.7/site-packages/conda/_vendor/urllib3/exceptions.pyR	      s   N(
   t
   __future__R    R   R   R   t	   ExceptionR   t
   ValueErrorR   R	   (    (    (    s?   lib/python2.7/site-packages/conda/_vendor/urllib3/exceptions.pyt   <module>   s   "