ParserException constructor

ParserException({
  1. String? detail,
})

Implementation

ParserException({super.detail})
  : super(
      title: SeedKitModuleApiLocale.current.exception_parser_error,
    );