Exception: Nanoc::Int::ConfigLoader::NoParentConfigFileFoundError Private

Inherits:
Error
  • Object
show all
Defined in:
lib/nanoc/base/repos/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

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.



11
12
13
# File 'lib/nanoc/base/repos/config_loader.rb', line 11

def initialize(filename)
  super("There is no parent configuration file at #{filename}")
end