class LicenseAcceptance::UnknownProduct
def initialize(product)
def initialize(product) msg = "Unknown product '#{product}' - this represents a developer error" super(msg) end
def initialize(product) msg = "Unknown product '#{product}' - this represents a developer error" super(msg) end