Uncaught exception message.
All checks were successful
The build was successful.

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

View File

@ -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;