Exception: LicenseAcceptance::UnknownChild

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

Instance Method Summary collapse

Constructor Details

#initialize(product) ⇒ UnknownChild

Returns a new instance of UnknownChild.



104
105
106
107
# File 'lib/license_acceptance/product_reader.rb', line 104

def initialize(product)
  msg = "Could not find product #{product} from relationship children"
  super(msg)
end