first init
This commit is contained in:
19
core/base/exceptions.py
Normal file
19
core/base/exceptions.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# -*- coding = utf-8 -*-
|
||||
# @Time : 2025/2/16 下午10:05
|
||||
# @File : exceptions.py
|
||||
# @Software : PyCharm
|
||||
# @Author : xingc
|
||||
# @Desc :
|
||||
|
||||
class BaseException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class SearchCardNotFound(Exception):
|
||||
"""搜索卡片不存在"""
|
||||
pass
|
||||
|
||||
|
||||
class SearchCardRetry(Exception):
|
||||
"""搜索重试"""
|
||||
pass
|
||||
Reference in New Issue
Block a user