Exception: Nanoc::Core::ConfigLoader::CyclicalConfigFileError Private

Inherits:
Error
  • Object
show all
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

Constructor Details

#initialize(filename) ⇒ CyclicalConfigFileError

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 CyclicalConfigFileError.



20
21
22
# File 'lib/nanoc/core/config_loader.rb', line 20

def initialize(filename)
  super("The parent configuration file at #{filename} includes one of its descendants")
end