From da170e7ae13c7e898f28707e7316f6716e86c368 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 3 Oct 2023 23:23:15 +0800 Subject: [PATCH] feat: update api-exception --- docs-source/src/en/config/api-exception.md | 24 ------------------- docs-source/src/zh-cn/config/api-exception.md | 24 ------------------- 2 files changed, 48 deletions(-) diff --git a/docs-source/src/en/config/api-exception.md b/docs-source/src/en/config/api-exception.md index 5d9066db..7eb264ec 100644 --- a/docs-source/src/en/config/api-exception.md +++ b/docs-source/src/en/config/api-exception.md @@ -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 ::: diff --git a/docs-source/src/zh-cn/config/api-exception.md b/docs-source/src/zh-cn/config/api-exception.md index f01c04b5..c4827c84 100644 --- a/docs-source/src/zh-cn/config/api-exception.md +++ b/docs-source/src/zh-cn/config/api-exception.md @@ -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 :::