Exception: Nanoc::Core::Identifier::UnsupportedLegacyOperationError
- Inherits:
-
Error
- Object
- StandardError
- Error
- Nanoc::Core::Identifier::UnsupportedLegacyOperationError
- Defined in:
- lib/nanoc/core/identifier.rb
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedLegacyOperationError
constructor
A new instance of UnsupportedLegacyOperationError.
Constructor Details
#initialize ⇒ UnsupportedLegacyOperationError
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 |