§
    ¨.iB  ã                   ó&   — d Z  G d„ de¦  «        ZdS ))Ú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.
    Nc                 óX   •— t          ¦   «                              |¦  «         || _        d S ©N)ÚsuperÚ__init__Úerr_code)ÚselfÚmsgr   Ú	__class__s      €úS/var/www/html/analyses/venv/lib/python3.11/site-packages/pypdfium2/_helpers/misc.pyr   zPdfiumError.__init__   s&   ø€ Ý‰Œ×Ò˜ÑÔÐØ ˆŒˆˆó    r   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__classcell__)r   s   @r   r   r      sG   ø€ € € € € ðð ð!ð !ð !ð !ð !ð !ð !ð !ð !ð !r   r   N)Ú__all__ÚRuntimeErrorr   © r   r   ú<module>r      s@   ðð €ð
!ð 
!ð 
!ð 
!ð 
!<ñ 
!ô 
!ð 
!ð 
!ð 
!r   