From 8faf5f73a75ee5c10ffa3f26dd1e44319d8f4eca Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 3 Oct 2023 23:22: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 33284f8..7d72d1e 100644 --- a/docs-source/src/en/config/api-exception.md +++ b/docs-source/src/en/config/api-exception.md @@ -102,30 +102,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 YukiReflection#ReflectionTool ::: diff --git a/docs-source/src/zh-cn/config/api-exception.md b/docs-source/src/zh-cn/config/api-exception.md index 16cc464..5182176 100644 --- a/docs-source/src/zh-cn/config/api-exception.md +++ b/docs-source/src/zh-cn/config/api-exception.md @@ -102,30 +102,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 YukiReflection#ReflectionTool :::