WittyParseException::NEW (open)
Create a new Witty parsing exception
Syntax
LOADLIB "wh::witty.whlib";
MACRO NEW(OBJECT script, STRING library, RECORD ARRAY errors)Parameters
OBJECT scriptWitty library where the error occurred
STRING libraryResource name of the witty library where the error
RECORD ARRAY errorsError description
INTEGER colColumn number for the error
INTEGER lineLine number for the error
STRING textError message