Exception: Nanoc::Core::Identifier::InvalidIdentifierError

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

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ InvalidIdentifierError

Returns a new instance of InvalidIdentifierError.



10
11
12
# File 'lib/nanoc/core/identifier.rb', line 10

def initialize(string)
  super("Invalid identifier (does not start with a slash): #{string.inspect}")
end