class Nanoc::Int::Errors::NoRulesFileFound
Error that is raised when no rules file can be found in the current working directory.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/nanoc/base/errors.rb, line 68 def initialize super('This site does not have a rules file, which is required for Nanoc sites.') end