# File lib/active_support/vendor/i18n-0.4.1/i18n/exceptions.rb, line 32
    def initialize(entry, count)
      @entry, @count = entry, count
      super "translation data #{entry.inspect} can not be used with :count => #{count}"
    end