ParserException constructor

ParserException(
  1. String message,
  2. List<EquationMember> members
)

Creates a new ParserException with a given message and a list of the offending member for debugging purposes.

Implementation

ParserException(this.message, this.members);