Exception: Nanoc::Identifier::UnsupportedLegacyOperationError Private

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

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedLegacyOperationError

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of UnsupportedLegacyOperationError.



29
30
31
# File 'lib/nanoc/base/entities/identifier.rb', line 29

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