
    OOId\                     T    d Z ddlZ G d de          Z G 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__     1lib/python3.11/site-packages/fsspec/exceptions.pyr   r      s         
 Cr   r   c                       e Zd ZdZdS )FSTimeoutErrorz8
    Raised when a fsspec function timed out occurs
    Nr   r
   r   r   r   r      s          Cr   r   )r	   asyncio
ValueErrorr   TimeoutErrorr   r
   r   r   <module>r      s{         Z       W)     r   