class Nanoc::Core::ConfigLoader::NoConfigFileFoundError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/nanoc/core/config_loader.rb, line 8
def initialize
  super('No configuration file found')
end