write_error_line abstract method
Writes an error message to the console, with newline automatically appended.
Implementation
void write_error_line(
final String text,
);
Writes an error message to the console, with newline automatically appended.
void write_error_line(
final String text,
);