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

Error that is raised when a snapshot with an existing name is made.

Methods

new  

Public Class methods

@param [Nanoc::ItemRep] rep The item representation for which a

  snapshot was attempted to be made

@param [Symbol] snapshot The name of the snapshot that was attempted to

  be made

[Validate]