MediaCrawler/media_platform/kuaishou/exception.py

10 lines
194 B
Python
Raw Normal View History

2023-11-23 15:13:54 +00:00
from httpx import RequestError
class DataFetchError(RequestError):
"""something error when fetch"""
class IPBlockError(RequestError):
"""fetch so fast that the server block us ip"""