U
    ¬9%e\  ã                   @   s2   d Z ddlZG dd„ deƒZG dd„ dejƒZdS )z'
fsspec user-defined exception classes
é    Nc                   @   s   e Zd ZdZdS )ÚBlocksizeMismatchErrorze
    Raised when a cached file is opened with a different blocksize than it was
    written with
    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úP/var/www/html/Darija-Ai-API/env/lib/python3.8/site-packages/fsspec/exceptions.pyr      s   r   c                   @   s   e Zd ZdZdS )ÚFSTimeoutErrorz8
    Raised when a fsspec function timed out occurs
    Nr   r   r   r   r	   r
      s   r
   )r   ÚasyncioÚ
ValueErrorr   ÚTimeoutErrorr
   r   r   r   r	   Ú<module>   s   	