Exception: LicenseAcceptance::NoChildRelationships

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

Instance Method Summary collapse

Constructor Details

#initialize(product) ⇒ NoChildRelationships

Returns a new instance of NoChildRelationships.



107
108
109
110
# File 'lib/license_acceptance/product_reader.rb', line 107

def initialize(product)
  msg = "No child relationships for #{product.id}, should be removed from product info or fixed"
  super(msg)
end