💡 add docstrings

This commit is contained in:
yanyongyu
2022-01-18 23:46:10 +08:00
parent 608cf859c8
commit 4701537a48
8 changed files with 153 additions and 194 deletions

View File

@ -1,7 +1,5 @@
"""
## 异常
"""本模块包含了所有 NoneBot 运行时可能会抛出的异常。
下列文档中的异常是所有 NoneBot 运行时可能会抛出的。
这些异常并非所有需要用户处理,在 NoneBot 内部运行时被捕获,并进行对应操作。
```bash