ParseException constructor

const ParseException(
  1. String message, {
  2. Object? cause,
})

Implementation

const ParseException(super.message, {super.cause});