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