HTError.scriptThrows constructor
HTError.scriptThrows(})
Implementation
HTError.scriptThrows(Object message,
{String? extra,
String? correction,
String? filename,
int? line,
int? column,
int? offset,
int? length})
: this(ErrorCode.scriptThrows, ErrorType.runtimeError,
message: message.toString(),
extra: extra,
correction: correction,
filename: filename,
line: line,
column: column,
offset: offset,
length: length);