feat: 整合开发历史 (#20),大更新。。。

This commit is contained in:
镀铬酸钾
2026-01-04 22:21:35 +08:00
committed by GitHub
parent 0965123c1d
commit a733d3dc4b
25 changed files with 2199 additions and 506 deletions

9
core/exceptions.py Normal file
View File

@@ -0,0 +1,9 @@
"""
自定义异常模块
"""
class SyncHandlerError(Exception):
"""
当尝试注册同步函数作为异步事件处理器时抛出此异常。
"""
pass