o
    iK                     @   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                   @      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	   `/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-packages/fsspec/exceptions.pyr          r   c                   @   r   )FSTimeoutErrorz8
    Raised when a fsspec function timed out occurs
    Nr   r	   r	   r	   r
   r      r   r   )r   asyncio
ValueErrorr   TimeoutErrorr   r	   r	   r	   r
   <module>   s    