ChannelException constructor

ChannelException(
  1. String message,
  2. int channel,
  3. ErrorType errorType
)

Implementation

ChannelException(this.message, this.channel, this.errorType);