WittyRuntimeException::NEW (open)
Create a new Witty runtime exception
Syntax
LOADLIB "wh::witty.whlib";
MACRO NEW(OBJECT script, STRING library, RECORD error)
Parameters
OBJECT script
Witty library where the error occurred
STRING library
Resource name of the witty library where the error
RECORD error
Error description
code
Error code
col
Column number for the error
line
Line number for the error
text
Error message