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