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