class Nanoc::Core::ConfigLoader::NoParentConfigFileFoundError

Public Class Methods

new(filename) click to toggle source
Calls superclass method
# File lib/nanoc/core/config_loader.rb, line 14
def initialize(filename)
  super("There is no parent configuration file at #{filename}")
end