class Nanoc::Identifier::UnsupportedLegacyOperationError

@api private

Public Class Methods

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