HTError.binding constructor
Error: Bind a non literal function is not allowed.
Implementation
HTError.binding(
{String? filename, int? line, int? column, int? offset, int? length})
: this(ErrorCode.binding, ErrorType.runtimeError,
message: HTLocale.current.errorBinding,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);