class Nanoc::Int::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
Calls superclass method
# File lib/nanoc/base/errors.rb, line 184 def initialize(identifier, type) super("There are multiple #{type}s with the #{identifier} identifier.") end