Update api-exception documentation

This commit is contained in:
2023-01-13 03:17:53 +08:00
parent b92397506b
commit 961547e94c
2 changed files with 0 additions and 52 deletions

View File

@@ -1811,33 +1811,6 @@ Please confirm the target method of your Hook, the number of method parameters o
::: danger IllegalStateException
PackageParam got null ClassLoader
:::
**Abnormal**
The `appClassLoader` variable was called in `PackageParam` but the instance object could not be obtained.
> The following example
```kotlin
encase {
// This variable is called
appClassLoader...
}
```
**Solution**
This situation hardly exists, unless there is a problem with the Host App where the Module App is loaded or the target Hook Framework itself.
If this problem does occur, please provide feedback with detailed logs.
###### exception
::: danger IllegalStateException
Current Hook Framework not support moduleAppResources
:::