ChannelException constructor

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

Implementation

ChannelException(
    String this.message, int this.channel, ErrorType this.errorType);