Rename PH7_VmGenericError() to PH7_VmThrowError()
All checks were successful
The build was successful.

This commit is contained in:
2018-09-04 08:54:48 +02:00
parent 758ace0d1a
commit d793d3ed70
9 changed files with 252 additions and 252 deletions

View File

@@ -433,7 +433,7 @@ typedef sxi64 ph7_int64;
* Call Context Error Message Severity Level.
*
* The following constans are the allowed severity level that can
* passed as the second argument to the PH7_VmGenericError().
* passed as the second argument to the PH7_VmThrowError().
* Refer to the official documentation for additional information.
*/
#define PH7_CTX_ERR 1 /* Call context Error such as unexpected number of arguments,invalid types and so on. */