Exception: Nanoc::Core::Identifier::InvalidFullIdentifierError

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

Instance Method Summary collapse

Constructor Details

#initialize(string) ⇒ InvalidFullIdentifierError

Returns a new instance of InvalidFullIdentifierError.



16
17
18
# File 'lib/nanoc/core/identifier.rb', line 16

def initialize(string)
  super("Invalid full identifier (ends with a slash): #{string.inspect}")
end