ParseException constructor

const ParseException(
  1. String message, [
  2. String? content,
  3. dynamic cause
])

Implementation

const ParseException(super.message, [this.content, super.cause]);