Exception: LicenseAcceptance::UnknownProduct

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/license_acceptance/product_reader.rb

Instance Method Summary collapse

Constructor Details

#initialize(product) ⇒ UnknownProduct



68
69
70
71
# File 'lib/license_acceptance/product_reader.rb', line 68

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