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