ChannelAuthorizationException constructor

const ChannelAuthorizationException(
  1. String channel,
  2. Object cause
)

Implementation

const ChannelAuthorizationException(this.channel, this.cause);