-
Notifications
You must be signed in to change notification settings - Fork 103
异常设置
fesily edited this page May 19, 2022
·
3 revisions
打开以下特定异常,无论在何种情况下触发都会被捕获
由lua环境中触发的
由native中触发,比如require的路径不存在
未被pcall/xpcall的捕捉的异常
捕获未被pcall/xpcall的捕捉的异常 = Caught Errors By Native + Uncaught Errors
捕获未被pcall/xpcall的捕捉的异常 = Uncaught Errors