Exception: Nanoc::Core::Identifier::InvalidTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/nanoc/core/identifier.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ InvalidTypeError

Returns a new instance of InvalidTypeError.



22
23
24
# File 'lib/nanoc/core/identifier.rb', line 22

def initialize(type)
  super("Invalid type for identifier: #{type.inspect} (can be :full or :legacy)")
end