Exception: Nanoc::Identifier::UnsupportedLegacyOperationError Private
- Inherits:
-
Error
- Object
- StandardError
- Error
- Nanoc::Identifier::UnsupportedLegacyOperationError
- 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
-
#initialize ⇒ UnsupportedLegacyOperationError
constructor
private
A new instance of UnsupportedLegacyOperationError.
Constructor Details
#initialize ⇒ UnsupportedLegacyOperationError
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 |