ParseException constructor

ParseException(
  1. String message,
  2. String? input,
  3. String errLocation, [
  4. dynamic ctxLocation,
])

Implementation

ParseException(
  String message,
  String? input,
  String errLocation, [
  dynamic ctxLocation,
]) : _message =
          'Parser Error: $message $errLocation [$input] in $ctxLocation';