WittyRuntimeException::NEW (open)
Create a new Witty runtime exception
Syntax
LOADLIB "wh::witty.whlib";
MACRO NEW(OBJECT script, STRING library, RECORD error)Parameters
OBJECT scriptWitty library where the error occurred
STRING libraryResource name of the witty library where the error
RECORD errorError description
codeError code
colColumn number for the error
lineLine number for the error
textError message