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