ParseError constructor

ParseError(
  1. String message
)

Creates a parse-error event with the given message.

Implementation

ParseError(this.message);