
    ;3h                         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y)z+Custom exceptions for the edge-tts package.c                       e Zd ZdZy)EdgeTTSExceptionz(Base exception for the edge-tts package.N__name__
__module____qualname____doc__     S/var/www/html/audio-gradio/venv/lib/python3.12/site-packages/edge_tts/exceptions.pyr   r      s    2r
   r   c                       e Zd ZdZy)UnknownResponsez<Raised when an unknown response is received from the server.Nr   r	   r
   r   r   r      s    Fr
   r   c                       e Zd ZdZy)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    1r
   r   c                       e Zd ZdZy)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y)WebSocketErrorz%Raised when a WebSocket error occurs.Nr   r	   r
   r   r   r      s    /r
   r   c                       e Zd ZdZy)SkewAdjustmentErrorz;Raised when an error occurs while adjusting the clock skew.Nr   r	   r
   r   r   r      s    Er
   r   N)r   	Exceptionr   r   r   r   r   r   r	   r
   r   <module>r      sY    13y 3G& G1) 1<& <0% 0F* Fr
   