Uncaught exception message.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2018-09-03 16:29:50 +02:00
parent d3d3dcc767
commit dd35b5b8b4
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

@ -9398,7 +9398,7 @@ static sxi32 VmUncaughtException(
}
/* Generate a listing */
PH7_VmGenericError(&(*pVm), PH7_CTX_ERR,
"Uncaught exception '%z' in the '%z' frame context",
"Uncaught exception '%z' in the '%z()' function/method",
&sName, &sFuncName);
/* Tell the upper layer to stop VM execution immediately */
rc = SXERR_ABORT;