xhs_crawler/media_platform/kuaishou/exception.py
2023-11-23 23:13:54 +08:00

10 lines
194 B
Python

from httpx import RequestError
class DataFetchError(RequestError):
"""something error when fetch"""
class IPBlockError(RequestError):
"""fetch so fast that the server block us ip"""