class Puppet::Pops::Types::InvalidParameter
@api private
Public Instance Methods
message(variant, position)
click to toggle source
# File lib/puppet/pops/types/type_mismatch_describer.rb 202 def message(variant, position) 203 "#{variant}#{position} has no parameter named '#{@key}'" 204 end