mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Added type in VariableTypeFactory
This commit is contained in:
@@ -574,6 +574,18 @@ val IllegalStateExceptionClass get() = classOf<IllegalStateException>()
|
||||
*/
|
||||
val RuntimeExceptionClass get() = classOf<RuntimeException>()
|
||||
|
||||
/**
|
||||
* 获得 [ClassNotFoundException] 类型
|
||||
* @return [Class]
|
||||
*/
|
||||
val ClassNotFoundExceptionClass get() = classOf<ClassNotFoundException>()
|
||||
|
||||
/**
|
||||
* 获得 [NoClassDefFoundError] 类型
|
||||
* @return [Class]
|
||||
*/
|
||||
val NoClassDefFoundErrorClass get() = classOf<NoClassDefFoundError>()
|
||||
|
||||
/**
|
||||
* 获得 [NoSuchMethodError] 类型
|
||||
* @return [Class]
|
||||
|
Reference in New Issue
Block a user