class Nanoc::Identifier::InvalidTypeError

@api private

Public Class Methods

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