
    gK                     P    d Z ddlZ G d de      Z G d dej                        Zy)z'
fsspec user-defined exception classes
    Nc                       e Zd ZdZy)BlocksizeMismatchErrorze
    Raised when a cached file is opened with a different blocksize than it was
    written with
    N__name__
__module____qualname____doc__     F/var/www/openai/venv/lib/python3.12/site-packages/fsspec/exceptions.pyr   r      s    r   r   c                       e Zd ZdZy)FSTimeoutErrorz8
    Raised when a fsspec function timed out occurs
    Nr   r
   r   r   r   r      s    r   r   )r	   asyncio
ValueErrorr   TimeoutErrorr   r
   r   r   <module>r      s-    Z W)) r   