feat: update api-exception

This commit is contained in:
2023-10-03 23:23:15 +08:00
parent 5c415c8d61
commit da170e7ae1
2 changed files with 0 additions and 48 deletions

View File

@@ -451,30 +451,6 @@ Please confirm the `RemedyPlan` parameter you set and the `Class` that exists in
::: danger loggerE
You must set a condition when finding a Method/Constructor/Field
:::
**Abnormal**
No conditions are set when looking for methods, constructors, and variables.
> The following example
```kotlin
method {
// No conditions are set here
}
```
**Solution**
Please complete your search criteria and try again.
###### exception
::: danger loggerE
Can't find this Class in \[**CLASSLOADER**\]: **CONTENT** Generated by YukiHookAPI#ReflectionTool
:::

View File

@@ -435,30 +435,6 @@ Trying **COUNT** times and all failure by RemedyPlan
::: danger loggerE
You must set a condition when finding a Method/Constructor/Field
:::
**异常原因**
在查找方法、构造方法以及变量时并未设置任何条件。
> 示例如下
```kotlin
method {
// 这里没有设置任何条件
}
```
**解决方案**
请将查找条件补充完整并再试一次。
###### exception
::: danger loggerE
Can't find this Class in \[**CLASSLOADER**\]: **CONTENT** Generated by YukiHookAPI#ReflectionTool
:::