onElse method

Implementation

Postorized onElse(ErrorHandlerCallback handle) {
  OnElse(handle);
  return this;
}