# File lib/sinatra/rabbit.rb, line 298
      def check_supported(driver)
        unless global? || driver.has_collection?(@name)
          raise UnsupportedCollectionException
        end
      end