structure saas with tools
This commit is contained in:
18
.venv/lib/python3.10/site-packages/fsspec/exceptions.py
Normal file
18
.venv/lib/python3.10/site-packages/fsspec/exceptions.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""
|
||||
fsspec user-defined exception classes
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
|
||||
|
||||
class BlocksizeMismatchError(ValueError):
|
||||
"""
|
||||
Raised when a cached file is opened with a different blocksize than it was
|
||||
written with
|
||||
"""
|
||||
|
||||
|
||||
class FSTimeoutError(asyncio.TimeoutError):
|
||||
"""
|
||||
Raised when a fsspec function timed out occurs
|
||||
"""
|
||||
Reference in New Issue
Block a user