error method

void error(
  1. Exception exception
)

Implementation

void error(Exception exception) {
  reportInternalError(exception, analytics: this);
}