INNER_PARSE_EXCEPTION property

InteractivePlusSystemExceptionType INNER_PARSE_EXCEPTION
final

Implementation

static final INNER_PARSE_EXCEPTION = InteractivePlusSystemExceptionType._(
  "InnerParseException",
  1,
  true,
  ([locale]) => Intl.message(
    "An inner exception occurred while parsing data",
    name: "InnerParsePrompt",
    desc: "Give prompt to user that an inner parse exception has occurred.",
    locale: locale
  )
);