Method: Puppet::Pops::Evaluator::RelationshipOperator::NotCatalogTypeError#initialize
- Defined in:
- lib/puppet/pops/evaluator/relationship_operator.rb
#initialize(type) ⇒ NotCatalogTypeError
Returns a new instance of NotCatalogTypeError.
30 31 32 |
# File 'lib/puppet/pops/evaluator/relationship_operator.rb', line 30 def initialize type @type = type end |