HTError.defined constructor
HTError.defined(})
Error: A same name declaration is already existed.
Implementation
HTError.defined(String id, ErrorType type,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.defined, type,
message: HTLocale.current.errorDefined,
interpolations: [id],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);