# File lib/sinatra/rabbit.rb, line 274 def check_supported(driver) unless global? || driver.has_collection?(@name) raise UnsupportedCollectionException, "Collection #{@name} not supported by this driver" end end