class Nanoc::Int::ConfigLoader::CyclicalConfigFileError

Public Class Methods

new(filename) click to toggle source
Calls superclass method
# File lib/nanoc/base/repos/config_loader.rb, line 17
def initialize(filename)
  super("The parent configuration file at #{filename} includes one of its descendants")
end