# File lib/nanoc/base/errors.rb, line 184
      def initialize(item_rep, snapshot)
        @item_rep, @snapshot = item_rep, snapshot
        super("The “#{item_rep.inspect}” item rep does not have a snapshot “#{snapshot.inspect}”")
      end