Ë
    ò¦1h·  ã                   óV   — d Z ddlmZ  G d„ de«      Z G d„ de«      Z G d„ de«      Zy	)
z,Exceptions defined by Beautiful Soup itself.é    )ÚUnionc                   ó   — e Zd ZdZy)ÚStopParsingzEException raised by a TreeBuilder if it's unable to continue parsing.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó    úL/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/bs4/exceptions.pyr   r      s   „ ÚOr   r   c                   ó   — e Zd ZdZy)ÚFeatureNotFoundzmException raised by the BeautifulSoup constructor if no parser with the
    requested features is found.
    Nr   r   r   r   r   r   
   s   „ òr   r   c                   ó2   ‡ — e Zd ZdZdeeef   fˆ fd„Zˆ xZS )ÚParserRejectedMarkupzgAn Exception to be raised when the underlying parser simply
    refuses to parse the given markup.
    Úmessage_or_exceptionc                 ó˜   •— t        |t        «      r&|}|j                  j                  ›dt	        |«      ›�}t
        t        | �  |«       y)zzExplain why the parser rejected the given markup, either
        with a textual explanation or another exception.
        z: N)Ú
isinstanceÚ	ExceptionÚ	__class__r   ÚstrÚsuperr   Ú__init__)Úselfr   Úer   s      €r   r   zParserRejectedMarkup.__init__   s?   ø€ ô Ð*¬IÔ6Ø$ˆAØ/0¯{©{×/CÓ/CÄSÈÄVÐ#LÐ ÜÔ" DÑ2Ð3GÕHr   )	r   r   r	   r
   r   r   r   r   Ú__classcell__)r   s   @r   r   r      s%   ø„ ñðI¨U°3¸	°>Ñ-B÷ Iñ Ir   r   N)r
   Útypingr   r   r   Ú
ValueErrorr   r   r   r   r   ú<module>r      s3   ðÙ 2å ôP�)ô Pô�jô ôI˜9õ Ir   