error method

void error(
  1. Object obj
)

Implementation

void error(Object obj) {
  stderr(obj);
}