Error that is raised when the compiled content at a non-existing snapshot is requested.
@param [Nanoc::ItemRep] item_rep The item rep from which the compiled
content was requested
@param [Symbol] snapshot The requested snapshot
# File lib/nanoc/base/errors.rb, line 183 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
Generated with the Darkfish Rdoc Generator 2.