Methods

Class/Module Index [+]

Quicksearch

Nanoc::Errors::DuplicateIdentifier

Error that is raised when multiple items or layouts with the same identifier exist.

Public Class Methods

new(identifier, type) click to toggle source
# File lib/nanoc/base/errors.rb, line 226
def initialize(identifier, type)
  super("There are multiple #{type}s with the #{identifier} identifier.")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.