This commit is contained in:
parent
d3d3dcc767
commit
dd35b5b8b4
@ -9398,7 +9398,7 @@ static sxi32 VmUncaughtException(
|
|||||||
}
|
}
|
||||||
/* Generate a listing */
|
/* Generate a listing */
|
||||||
PH7_VmGenericError(&(*pVm), PH7_CTX_ERR,
|
PH7_VmGenericError(&(*pVm), PH7_CTX_ERR,
|
||||||
"Uncaught exception '%z' in the '%z' frame context",
|
"Uncaught exception '%z' in the '%z()' function/method",
|
||||||
&sName, &sFuncName);
|
&sName, &sFuncName);
|
||||||
/* Tell the upper layer to stop VM execution immediately */
|
/* Tell the upper layer to stop VM execution immediately */
|
||||||
rc = SXERR_ABORT;
|
rc = SXERR_ABORT;
|
||||||
|
Loading…
Reference in New Issue
Block a user