
    ,h                         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 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Zy)z
All errors/exceptions PyPDF2 raises and all of the warnings it uses.

Please note that broken PDF files might cause other Exceptions.
c                       e Zd ZdZy)DeprecationErrorz)Raised when a deprecated feature is used.N)__name__
__module____qualname____doc__     O/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/PyPDF2/errors.pyr   r      s    3r	   r   c                       e Zd Zy)DependencyErrorNr   r   r   r   r	   r
   r   r          r	   r   c                       e Zd Zy)
PyPdfErrorNr   r   r	   r
   r   r      r   r	   r   c                       e Zd Zy)PdfReadErrorNr   r   r	   r
   r   r      r   r	   r   c                       e Zd Zy)PageSizeNotDefinedErrorNr   r   r	   r
   r   r      r   r	   r   c                       e Zd Zy)PdfReadWarningNr   r   r	   r
   r   r      r   r	   r   c                       e Zd Zy)PdfStreamErrorNr   r   r	   r
   r   r   "   r   r	   r   c                       e Zd Zy)
ParseErrorNr   r   r	   r
   r   r   &   r   r	   r   c                       e Zd Zy)FileNotDecryptedErrorNr   r   r	   r
   r   r   *   r   r	   r   c                       e Zd Zy)WrongPasswordErrorNr   r   r	   r
   r   r   .   r   r	   r   c                       e Zd Zy)EmptyFileErrorNr   r   r	   r
   r    r    2   r   r	   r    zStream has ended unexpectedlyN)r   	Exceptionr   r   r   r   r   UserWarningr   r   r   r   r   r    STREAM_TRUNCATED_PREMATURELYr   r	   r
   <module>r$      s   	y 		i 		 		: 		j 		[ 		\ 		 		L 		. 		\ 	  ? r	   