Exception: Nanoc::Core::StructuredDataLoader::UnknownLanguageError Private
- Inherits:
-
StandardError
- Object
- StandardError
- Nanoc::Core::StructuredDataLoader::UnknownLanguageError
- Defined in:
- lib/nanoc/core/structured_data_loader.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(lang) ⇒ UnknownLanguageError
constructor
private
A new instance of UnknownLanguageError.
Constructor Details
#initialize(lang) ⇒ UnknownLanguageError
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 UnknownLanguageError.
8 9 10 |
# File 'lib/nanoc/core/structured_data_loader.rb', line 8 def initialize(lang) super("cannot find loader for language: #{lang.inspect}") end |