This commit is contained in:
程序员阿江(Relakkes)
2026-02-03 20:40:15 +08:00
parent fb42ab5b60
commit 6625663bde
3 changed files with 14 additions and 4 deletions

View File

@@ -27,3 +27,7 @@ class DataFetchError(RequestError):
class IPBlockError(RequestError):
"""fetch so fast that the server block us ip"""
class NoteNotFoundError(RequestError):
"""Note does not exist or is abnormal"""