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