MCPcopy
hub / github.com/scrapy/scrapy / FileException

Class FileException

scrapy/pipelines/files.py:78–79  ·  view source on GitHub ↗

General media error exception

Source from the content-addressed store, hash-verified

76
77
78class FileException(Exception):
79 """General media error exception"""
80
81
82class StatInfo(TypedDict, total=False):

Calls

no outgoing calls