Creates a channel exception.
const ChannelException(String message, {String? code}) : super(code ?? ErrorCodes.unknownChannel, message);