verifyBrokenChannel method

  1. @protected
void verifyBrokenChannel()

Implementation

@protected
void verifyBrokenChannel() {
  if (this.isBroken) {
    throw FExceptionInvalidOperation("Wrong operation on broken channel");
  }
}