Your IP : 216.73.216.196
�
��Wc @ sL d Z d e f d � � YZ 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__( ( ( sM /opt/alt/python27/lib/python2.7/site-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 ( ( ( sM /opt/alt/python27/lib/python2.7/site-packages/requests_toolbelt/exceptions.pyR
s t RequestsVersionTooOldc B s e Z d Z RS( s� Used to indiciate that the Requests version is too old.
If the version of Requests is too old to support a feature, we will issue
this warning to the user.
( R R R ( ( ( sM /opt/alt/python27/lib/python2.7/site-packages/requests_toolbelt/exceptions.pyR s N( R t ExceptionR R t WarningR ( ( ( sM /opt/alt/python27/lib/python2.7/site-packages/requests_toolbelt/exceptions.pyt <module> s