ParserError constructor

ParserError(ParserErrorKind kind, dynamic error)

Implementation

ParserError(this.kind, this.error);