Raised on attempt to use a channel that was previously closed (either due to channel-level exception or intentionally via AMQP::Channel#close). @api public
# File lib/amqp/exceptions.rb, line 73 def initialize(instance) super("Channel with id = #{instance.channel} is closed, you can't use it anymore!") end