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 script

Witty library where the error occurred

STRING library

Resource name of the witty library where the error

RECORD ARRAY errors

Error description

INTEGER col

Column number for the error

INTEGER line

Line number for the error

STRING text

Error message