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d	S )
z*Custom exceptions for the Orpheus TTS SDK.c                   @   ó   e Zd ZdZdS )ÚOrpheusErrorz&Base exception for Orpheus TTS errors.N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úJ/home/ubuntu/.local/lib/python3.10/site-packages/orpheus_tts/exceptions.pyr      ó    r   c                   @   r   )ÚAuthenticationErrorz*Raised when API key is missing or invalid.Nr   r   r   r   r	   r   
   r
   r   c                   @   r   )ÚConnectionErrorz0Raised when connection to the TTS service fails.Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚStreamingErrorz3Raised when an error occurs during audio streaming.Nr   r   r   r   r	   r      r
   r   N)r   Ú	Exceptionr   r   r   r   r   r   r   r	   Ú<module>   s
    