AccountChannelLimitExceededException constructor
Implementation
AccountChannelLimitExceededException({String? type, String? message})
: super(
type: type,
code: 'AccountChannelLimitExceededException',
message: message);