Method: Puppet::Parser::Scope#find_resource_type

Defined in:
lib/puppet/parser/scope.rb

#find_resource_type(type) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Raises:



1033
1034
1035
# File 'lib/puppet/parser/scope.rb', line 1033

def find_resource_type(type)
  raise Puppet::DevError, _("Scope#find_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead")
end