Exception: Nanoc::Core::ConfigLoader::NoConfigFileFoundError 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

#initializeNoConfigFileFoundError

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