ó
è?F[c           @   s0   d  e  f d „  ƒ  YZ d e f d „  ƒ  YZ d S(   t   BaseEndpointResolverErrorc           B   s   e  Z d  Z RS(   sØ   Base error for endpoint resolving errors.

    Should never be raised directly, but clients can catch
    this exception if they want to generically handle any errors
    during the endpoint resolution process.

    (   t   __name__t
   __module__t   __doc__(    (    (    s?   lib/python2.7/site-packages/boto/vendored/regions/exceptions.pyR       s   t   NoRegionErrorc           B   s   e  Z d  Z d Z RS(   s   No region was specified.s   You must specify a region.(   R   R   R   t   fmt(    (    (    s?   lib/python2.7/site-packages/boto/vendored/regions/exceptions.pyR      s   N(   t	   ExceptionR    R   (    (    (    s?   lib/python2.7/site-packages/boto/vendored/regions/exceptions.pyt   <module>   s   
