diff --git a/nonebot_plugin_tetris_stats/utils/exception.py b/nonebot_plugin_tetris_stats/utils/exception.py index a21e1b4..78068c4 100644 --- a/nonebot_plugin_tetris_stats/utils/exception.py +++ b/nonebot_plugin_tetris_stats/utils/exception.py @@ -33,7 +33,3 @@ class DoNotCatchError(TetrisStatsError): class WhatTheFuckError(DoNotCatchError): """用于表示不应该出现的情况 (""" - - -class HandleNotFinishedError(DoNotCatchError): - """任务没有正常完成处理的错误"""