
    c?1iB                         d Z  G d de      Zy))PdfiumErrorc                   $     e Zd ZdZd fd	Z xZS )r   a  
    An exception from the PDFium library, detected by function return code.
    
    Attributes:
        err_code (int | None): PDFium error code, for programmatic handling of error subtypes, if provided by the API in question (e.g. document loading). None otherwise.
    c                 2    t         |   |       || _        y N)super__init__err_code)selfmsgr   	__class__s      a/home/www/therecruiter.miabetepe.com/venv/lib/python3.12/site-packages/pypdfium2/_helpers/misc.pyr   zPdfiumError.__init__   s         r   )__name__
__module____qualname____doc__r   __classcell__)r   s   @r   r   r      s    ! !r   r   N)__all__RuntimeErrorr    r   r   <module>r      s    
!< 
!r   