ParserException constructor
ParserException({
- String? detail,
Implementation
ParserException({super.detail})
: super(
title: SeedKitModuleApiLocale.current.exception_parser_error,
);
ParserException({super.detail})
: super(
title: SeedKitModuleApiLocale.current.exception_parser_error,
);