# File lib/amqp/channel.rb, line 1111
    def handle_close(method)
      super(method)

      self.class.error(method.reply_text)
    end