U
    -e                     @   s$   G d d de ZG dd deZdS )c                   @   s   e Zd ZdZdS )DecodeErrorzQThe base exception class for all decoding errors raised by this
    package.
    N__name__
__module____qualname____doc__ r   r   U/var/www/html/Darija-Ai-Train/env/lib/python3.8/site-packages/audioread/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )NoBackendErrorzThe file could not be decoded by any backend. Either no backends
    are available or each available backend failed to decode the file.
    Nr   r   r   r   r   r	      s   r	   N)	Exceptionr   r	   r   r   r   r   <module>   s   