mirror of
https://github.com/openharmony/ark_js_runtime.git
synced 2026-07-19 19:43:48 -04:00
Fix typo error in exceptions
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
This commit is contained in:
@@ -197,6 +197,11 @@ public:
|
||||
return utf::CStringAsMutf8("Lpanda/IllegalArgumentException;");
|
||||
}
|
||||
|
||||
const uint8_t *GetIllegalAccessExceptionClassDescriptor() const override
|
||||
{
|
||||
return utf::CStringAsMutf8("Lpanda/IllegalAccessException;");
|
||||
}
|
||||
|
||||
const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override
|
||||
{
|
||||
return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;");
|
||||
|
||||
Reference in New Issue
Block a user