
    _f                          G d  de           Z G d de           Z G d de           Z G d de           Z G d d	e           Z G d
 de           Z G d de           Z G d de           ZdS )c                       e Zd ZdZdS )CompressorErrorz+
    A general error of the compressor
    N__name__
__module____qualname____doc__     G/var/www/html/env/lib/python3.11/site-packages/compressor/exceptions.pyr   r                	Dr
   r   c                       e Zd ZdZdS )UncompressableFileErrorzC
    This exception is raised when a file cannot be compressed
    Nr   r	   r
   r   r   r   	   r   r
   r   c                       e Zd ZdZdS )FilterErrorz6
    This exception is raised when a filter fails
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZdS )ParserErrorz8
    This exception is raised when the parser fails
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZdS )OfflineGenerationErrorz;
    Offline compression generation related exceptions
    Nr   r	   r
   r   r   r   !   r   r
   r   c                       e Zd ZdZdS )FilterDoesNotExistz5
    Raised when a filter class cannot be found.
    Nr   r	   r
   r   r   r   )   r   r
   r   c                       e Zd ZdZdS )TemplateDoesNotExistzB
    This exception is raised when a template does not exist.
    Nr   r	   r
   r   r   r   1   r   r
   r   c                       e Zd ZdZdS )TemplateSyntaxErrorzO
    This exception is raised when a template syntax error is encountered.
    Nr   r	   r
   r   r   r   9   r   r
   r   N)		Exceptionr   r   r   r   r   r   r   r   r	   r
   r   <module>r      s_  	 	 	 	 	i 	 	 		 	 	 	 	i 	 	 		 	 	 	 	) 	 	 		 	 	 	 	) 	 	 		 	 	 	 	Y 	 	 		 	 	 	 	 	 	 		 	 	 	 	9 	 	 		 	 	 	 	) 	 	 	 	 	r
   