Exception: Nanoc::Core::Identifier::UnsupportedLegacyOperationError

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

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedLegacyOperationError

Returns a new instance of UnsupportedLegacyOperationError.



34
35
36
# File 'lib/nanoc/core/identifier.rb', line 34

def initialize
  super('Cannot use this method on legacy identifiers')
end