Exception: LicenseAcceptance::UnknownParent

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

Instance Method Summary collapse

Constructor Details

#initialize(product) ⇒ UnknownParent

Returns a new instance of UnknownParent.



82
83
84
85
# File 'lib/license_acceptance/product_reader.rb', line 82

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