Exception: Puppet::Pops::Evaluator::RelationshipOperator::NotCatalogTypeError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/puppet/pops/evaluator/relationship_operator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ NotCatalogTypeError

Returns a new instance of NotCatalogTypeError.



27
28
29
# File 'lib/puppet/pops/evaluator/relationship_operator.rb', line 27

def initialize type
  @type = type
end

Instance Attribute Details

#typeObject (readonly)



26
27
28
# File 'lib/puppet/pops/evaluator/relationship_operator.rb', line 26

def type
  @type
end