handleError method

  1. @protected
void handleError(
  1. Object e
)

standard error handling

Implementation

@protected
void handleError(Object e) {
  _errorHandler?.handleError(e);
}