Exception: Nanoc::Identifier::InvalidIdentifierError Private
- Defined in:
- lib/nanoc/base/entities/identifier.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize(string) ⇒ InvalidIdentifierError
constructor
private
A new instance of InvalidIdentifierError.
Constructor Details
#initialize(string) ⇒ InvalidIdentifierError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of InvalidIdentifierError.
8 9 10 |
# File 'lib/nanoc/base/entities/identifier.rb', line 8 def initialize(string) super("Invalid identifier (does not start with a slash): #{string.inspect}") end |