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

    Nc                       e Zd ZdZd ZdS )_BadImplementsz6
    Raised when ``__implements__`` is incorrect.
    c                 D    t                               | d|d           d S )NzModule z. has a bad or missing value for __implements__)AttributeError__init__)selfmodules     @/usr/local/lib/python3.11/dist-packages/gevent/monkey/_errors.pyr   z_BadImplements.__init__   s3    DIOQ	
 	
 	
 	
 	
    N)__name__
__module____qualname____doc__r    r   r
   r   r   
   s-         
 
 
 
 
r   r   c                       e Zd ZdZdS )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      s     		8	$	$	
 	
 	
 	
 	
^ 	
 	
 	
         r   