Exception: Nanoc::Core::ConfigLoader::NoConfigFileFoundError Private
- Inherits:
-
Error
- Object
- StandardError
- Error
- Nanoc::Core::ConfigLoader::NoConfigFileFoundError
- Defined in:
- lib/nanoc/core/config_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 ⇒ NoConfigFileFoundError
constructor
private
A new instance of NoConfigFileFoundError.
Constructor Details
#initialize ⇒ NoConfigFileFoundError
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 NoConfigFileFoundError.
8 9 10 |
# File 'lib/nanoc/core/config_loader.rb', line 8 def initialize super('No configuration file found') end |