ó
Be¤Vc           @   s6   d  Z  d e f d „  ƒ  YZ d e f d „  ƒ  YZ d S(   s5   Collection of exceptions raised by requests-toolbelt.t   StreamingErrorc           B   s   e  Z d  Z RS(   s6   Used in :mod:`requests_toolbelt.downloadutils.stream`.(   t   __name__t
   __module__t   __doc__(    (    (    s@   /usr/lib/python2.7/dist-packages/requests_toolbelt/exceptions.pyR       s   t   VersionMismatchErrorc           B   s   e  Z d  Z RS(   sÕ   Used to indicate a version mismatch in the version of requests required.

    The feature in use requires a newer version of Requests to function
    appropriately but the version installed is not sufficient.
    (   R   R   R   (    (    (    s@   /usr/lib/python2.7/dist-packages/requests_toolbelt/exceptions.pyR   
   s   N(   R   t	   ExceptionR    R   (    (    (    s@   /usr/lib/python2.7/dist-packages/requests_toolbelt/exceptions.pyt   <module>   s   