
    <|h#                     `    d Z ddlZ ej                  e      Z G d de      Z G d de      Zy)z<
Exception classes and errors that this package may raise.

    Nc                       e Zd ZdZd Zy)_BadImplementsz6
    Raised when ``__implements__`` is incorrect.
    c                 8    t         j                  | d|d       y )NzModule z. has a bad or missing value for __implements__)AttributeError__init__)selfmodules     T/var/www/html/test/engine/venv/lib/python3.12/site-packages/gevent/monkey/_errors.pyr   z_BadImplements.__init__   s    IOQ	
    N)__name__
__module____qualname____doc__r    r   r
   r   r   
   s    
r   r   c                       e Zd ZdZy)MonkeyPatchWarningzE
    The type of warnings we issue.

    .. versionadded:: 1.3a2
    N)r   r   r   r   r   r   r
   r   r      s    r   r   )	r   logging	getLoggerr   loggerr   r   RuntimeWarningr   r   r   r
   <module>r      s9    			8	$	
^ 	
 r   