Exception: Nanoc::Core::ConfigLoader::NoParentConfigFileFoundError Private
- Inherits:
-
Error
- Object
- StandardError
- Error
- Nanoc::Core::ConfigLoader::NoParentConfigFileFoundError
- 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(filename) ⇒ NoParentConfigFileFoundError
constructor
private
A new instance of NoParentConfigFileFoundError.
Constructor Details
#initialize(filename) ⇒ NoParentConfigFileFoundError
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 NoParentConfigFileFoundError.
14 15 16 |
# File 'lib/nanoc/core/config_loader.rb', line 14 def initialize(filename) super("There is no parent configuration file at #{filename}") end |