Uncaught exception message.
Tous les contrôles ont réussi
The build was successful.

Cette révision appartient à :
2018-09-03 16:29:50 +02:00
Parent d3d3dcc767
révision dd35b5b8b4

Voir le fichier

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