
\c           @   sb   d  Z  d e f d     YZ d e f d     YZ d e f d     YZ d e f d     YZ d	 S(
   s   
    sphinxcontrib.websupport.errors
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Contains Error classes for the web support package.

    :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
    :license: BSD, see LICENSE for details.
t   DocumentNotFoundErrorc           B   s   e  Z RS(    (   t   __name__t
   __module__(    (    (    s>   lib/python2.7/site-packages/sphinxcontrib/websupport/errors.pyR       s   t   UserNotAuthorizedErrorc           B   s   e  Z RS(    (   R   R   (    (    (    s>   lib/python2.7/site-packages/sphinxcontrib/websupport/errors.pyR      s   t   CommentNotAllowedErrorc           B   s   e  Z RS(    (   R   R   (    (    (    s>   lib/python2.7/site-packages/sphinxcontrib/websupport/errors.pyR      s   t   NullSearchExceptionc           B   s   e  Z RS(    (   R   R   (    (    (    s>   lib/python2.7/site-packages/sphinxcontrib/websupport/errors.pyR      s   N(   t   __doc__t	   ExceptionR    R   R   R   (    (    (    s>   lib/python2.7/site-packages/sphinxcontrib/websupport/errors.pyt   <module>
   s   