Exception: LicenseAcceptance::InvalidProductInfo

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ InvalidProductInfo

Returns a new instance of InvalidProductInfo.



86
87
88
89
# File 'lib/license_acceptance/product_reader.rb', line 86

def initialize(path)
  msg = "Product info at path #{path} is invalid. Must list Products and relationships."
  super(msg)
end