Creates a new ParserException with a given message and a list of the offending member for debugging purposes.
Source
ParserException(this.message, this.members);
Creates a new ParserException with a given message and a list of the offending member for debugging purposes.
ParserException(this.message, this.members);