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 203 def message(variant, position) 204 "#{variant}#{position} has no parameter named '#{@key}'" 205 end