摘要:
# encoding: utf-8import loggingERROR_NOT_FOUNDED_FILE = "error_not_founded_file"class GeneralError(Exception): def __init__(self, value, description): 阅读全文
posted @ 2022-08-26 18:05 old_dog~ 阅读(101) 评论(0) 推荐(0)
|
|
|
|
摘要:
# encoding: utf-8import loggingERROR_NOT_FOUNDED_FILE = "error_not_founded_file"class GeneralError(Exception): def __init__(self, value, description): 阅读全文
posted @ 2022-08-26 18:05 old_dog~ 阅读(101) 评论(0) 推荐(0) |
|