o
    ¢Äi  ã                   @   sh   d Z G dd„ deƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZG d	d
„ d
eƒZG dd„ deƒZdS )z+Custom exceptions for the edge-tts package.c                   @   ó   e Zd ZdZdS )ÚEdgeTTSExceptionz(Base exception for the edge-tts package.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úM/home/kim/smarthome/.venv/lib/python3.10/site-packages/edge_tts/exceptions.pyr      ó    r   c                   @   r   )ÚUnknownResponsez<Raised when an unknown response is received from the server.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚUnexpectedResponsez³Raised when an unexpected response is received from the server.

    This hasn't happened yet, but it's possible that the server will
    change its response format in the future.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚNoAudioReceivedz1Raised when no audio is received from the server.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚWebSocketErrorz%Raised when a WebSocket error occurs.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚSkewAdjustmentErrorz;Raised when an error occurs while adjusting the clock skew.Nr   r   r   r   r	   r      r
   r   N)r   Ú	Exceptionr   r   r   r   r   r   r   r   r   r	   Ú<module>   s    