# File lib/amqp/exceptions.rb, line 65
    def initialize(instance)
      super("Channel with id = #{instance.channel} is closed, you can't use it anymore!")
    end