📝 update api docs

This commit is contained in:
nonebot
2020-11-16 11:42:47 +00:00
parent 1c31453ba0
commit 36c0d995af
3 changed files with 137 additions and 19 deletions

View File

@ -83,23 +83,6 @@ sidebarDepth: 0
## _exception_ `ExpiredException`
基类:`Exception`
* **说明**
指示 NoneBot 当前 `Matcher` 已失效。
* **用法**
`Matcher` 运行前检查时抛出。
## _exception_ `StopPropagation`
基类:`Exception`