σ
pΑμVc           @   s΄   d  e  f d     YZ d e  f d     YZ d e  f d     YZ d e  f d     YZ d e  f d	     YZ d
 e  f d     YZ d e  f d     YZ d e  f d     YZ d S(   t   CompressorErrorc           B   s   e  Z d  Z RS(   s+   
    A general error of the compressor
    (   t   __name__t
   __module__t   __doc__(    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR       s   t   UncompressableFileErrorc           B   s   e  Z d  Z RS(   sC   
    This exception is raised when a file cannot be compressed
    (   R   R   R   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR      s   t   FilterErrorc           B   s   e  Z d  Z RS(   s6   
    This exception is raised when a filter fails
    (   R   R   R   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR      s   t   ParserErrorc           B   s   e  Z d  Z RS(   s8   
    This exception is raised when the parser fails
    (   R   R   R   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR      s   t   OfflineGenerationErrorc           B   s   e  Z d  Z RS(   s;   
    Offline compression generation related exceptions
    (   R   R   R   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR      s   t   FilterDoesNotExistc           B   s   e  Z d  Z RS(   s5   
    Raised when a filter class cannot be found.
    (   R   R   R   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR   $   s   t   TemplateDoesNotExistc           B   s   e  Z d  Z RS(   sB   
    This exception is raised when a template does not exist.
    (   R   R   R   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR	   +   s   t   TemplateSyntaxErrorc           B   s   e  Z d  Z RS(   sO   
    This exception is raised when a template syntax error is encountered.
    (   R   R   R   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyR
   2   s   N(	   t	   ExceptionR    R   R   R   R   R   R	   R
   (    (    (    sk   /opt/seafile/seafile-server-5.1.3/seahub/thirdpart/django_compressor-1.4-py2.7.egg/compressor/exceptions.pyt   <module>   s   