
    Ngo                         d 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 )z-
    Define exceptions specific to pdf2image
c                       e Zd ZdZdS )PopplerNotInstalledErrorz$Raised when poppler is not installedN__name__
__module____qualname____doc__     P/var/www/html/ai-engine/env/lib/python3.11/site-packages/pdf2image/exceptions.pyr   r              ..Dr
   r   c                       e Zd ZdZdS )PDFInfoNotInstalledErrorz$Raised when pdfinfo is not installedNr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZdS )PDFPageCountErrorz=Raised when the pdfinfo was unable to retrieve the page countNr   r	   r
   r   r   r      s        GGDr
   r   c                       e Zd ZdZdS )PDFSyntaxErrorz6Raised when a syntax error was thrown during renderingNr   r	   r
   r   r   r      s        @@Dr
   r   c                       e Zd ZdZdS )PDFPopplerTimeoutErrorz:Raised when the timeout is exceeded while converting a PDFNr   r	   r
   r   r   r      s        DDDr
   r   N)r   	Exceptionr   r   r   r   r   r	   r
   r   <module>r      s    
	 	 	 	 	y 	 	 		 	 	 	 	7 	 	 		 	 	 	 		 	 	 		 	 	 	 	Y 	 	 		 	 	 	 	Y 	 	 	 	 	r
   