
    Sܶi                         d Z  G d de          Z G d de          Z G d de          Z G d de          Z G d	 d
e          Z G 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__     V/root/projects/openclaw-proxy/venv/lib/python3.11/site-packages/edge_tts/exceptions.pyr   r      s        2222r
   r   c                       e Zd ZdZdS )UnknownResponsez<Raised when an unknown response is received from the server.Nr   r	   r
   r   r   r      s        FFFFr
   r   c                       e Zd ZdZdS )UnexpectedResponsezRaised 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      s        1 1 1 1r
   r   c                       e Zd ZdZdS )NoAudioReceivedz1Raised when no audio is received from the server.Nr   r	   r
   r   r   r      s        ;;;;r
   r   c                       e Zd ZdZdS )WebSocketErrorz%Raised when a WebSocket error occurs.Nr   r	   r
   r   r   r      s        ////r
   r   c                       e Zd ZdZdS )SkewAdjustmentErrorz;Raised when an error occurs while adjusting the clock skew.Nr   r	   r
   r   r   r      s        EEEEr
   r   N)r   	Exceptionr   r   r   r   r   r   r	   r
   r   <module>r      s(   1 13 3 3 3 3y 3 3 3G G G G G& G G G1 1 1 1 1) 1 1 1< < < < <& < < <0 0 0 0 0% 0 0 0F F F F F* F F F F Fr
   