HTError.sourceProviderError constructor
HTError.sourceProviderError(})
Error: Module import error
Implementation
HTError.sourceProviderError(String id, String from,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.sourceProviderError, ErrorType.externalError,
message: HTLocale.current.errorSourceProviderError,
interpolations: [id, from],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);