# File lib/vendor/i18n/lib/i18n/exceptions.rb, line 32
    def initialize(key, string)
      @key, @string = key, string
      super "interpolation argument #{key} missing in #{string.inspect}"
    end