HTError.version constructor
HTError.version(})
Error: Incompatible bytecode version.
Implementation
HTError.version(String codeVer, String itpVer,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.version, ErrorType.runtimeError,
message: HTLocale.current.errorVersion,
interpolations: [codeVer, itpVer],
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);