ParsingError constructor

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

Implementation

ParsingError(this.token, this.message);