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.



93
94
95
96
# File 'lib/license_acceptance/product_reader.rb', line 93

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