update docs

This commit is contained in:
huoyo 2022-09-02 12:58:23 +08:00
parent 892d0f1a2c
commit 6eadac713a

View File

@ -174,6 +174,7 @@ public class TestInvoke implements InvokedHandler {
} catch (Exception e) {
//做一些你自己的处理
KoUtil.throwException(e);
//经过throw代码和正常throw e一样无法继续往下执行了
}
```