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.



100
101
102
103
# File 'lib/license_acceptance/product_reader.rb', line 100

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