ParseError constructor

ParseError(
  1. Token token,
  2. String message
)

Implementation

ParseError(this.token, this.message);