o
    ¦i|  ã                   @   s   d Z G dd„ deƒZdS )zACode generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.c                       s:   e Zd ZU dZeed< ddef‡ fdd„Zdd„ Z‡  ZS )	ÚNoResponseErrorz?Error raised when no HTTP response is received from the server.ÚmessageúNo response receivedc                    s   || _ tƒ  |¡ d S ©N)r   ÚsuperÚ__init__)Úselfr   ©Ú	__class__© úh/var/www/html/karishye-ai-python/venv/lib/python3.10/site-packages/mistralai/models/no_response_error.pyr      s   zNoResponseError.__init__c                 C   s   | j S r   )r   )r   r
   r
   r   Ú__str__   s   zNoResponseError.__str__)r   )	Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚstrÚ__annotations__r   r   Ú__classcell__r
   r
   r   r   r      s
   
 r   N)r   Ú	Exceptionr   r
   r
   r
   r   Ú<module>   s    