Class Nanoc::Errors::NoSuchSnapshot
In: lib/nanoc/base/errors.rb
Parent: Generic

Error that is raised when the compiled content at a non-existing snapshot is requested.

Methods

new  

Attributes

item_rep  [R]  @return [Nanoc::ItemRep] The item rep from which the compiled content
  was requested
snapshot  [R]  @return [Symbol] The requested snapshot

Public Class methods

@param [Nanoc::ItemRep] item_rep The item rep from which the compiled

  content was requested

@param [Symbol] snapshot The requested snapshot

[Validate]