class Nanoc::Core::Identifier::UnsupportedLegacyOperationError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/nanoc/core/identifier.rb, line 34
def initialize
  super('Cannot use this method on legacy identifiers')
end