# File lib/amqp/exceptions.rb, line 14
    def initialize(instance)
      super("The channel #{instance.channel} was closed, you can't use it anymore!")
    end