Nanoc::Errors::Generic
Error that is raised when multiple items or layouts with the same identifier exist.
# 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.