class Nanoc::Core::Identifier::InvalidTypeError

Public Class Methods

new(type) click to toggle source
Calls superclass method
# File lib/nanoc/core/identifier.rb, line 22
def initialize(type)
  super("Invalid type for identifier: #{type.inspect} (can be :full or :legacy)")
end