ó
i­:Oc           @   s&   d  Z  d e f d „  ƒ  YZ d Z d S(   s©   
-----------------------
Base kitchen exceptions
-----------------------

Exception classes for kitchen and the root of the exception hierarchy for
all kitchen modules.
t   KitchenErrorc           B   s   e  Z d  Z RS(   sC   Base exception class for any error thrown directly by kitchen.
    (   t   __name__t
   __module__t   __doc__(    (    (    s6   /usr/lib/python2.7/site-packages/kitchen/exceptions.pyR       s   N(   R    (   R   t	   ExceptionR    t   __all__(    (    (    s6   /usr/lib/python2.7/site-packages/kitchen/exceptions.pyt   <module>   s   