o
    ,wÖi#  ã                   @   s:   d Z ddlZe e¡ZG dd„ deƒZG dd„ deƒZdS )z<
Exception classes and errors that this package may raise.

é    Nc                   @   s   e Zd ZdZdd„ ZdS )Ú_BadImplementsz6
    Raised when ``__implements__`` is incorrect.
    c                 C   s   t  | d|f ¡ d S )Nz7Module %r has a bad or missing value for __implements__)ÚAttributeErrorÚ__init__)ÚselfÚmodule© r   úR/home/ubuntu/sommelier/.venv/lib/python3.10/site-packages/gevent/monkey/_errors.pyr      s   þz_BadImplements.__init__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r   
   s    r   c                   @   s   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   ÚloggingÚ	getLoggerr	   Úloggerr   r   ÚRuntimeWarningr   r   r   r   r   Ú<module>   s
   
