class Nanoc::RuleDSL::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/rule_dsl/errors.rb, line 9
def initialize
  super('This site does not have a rules file, which is required for Nanoc sites.')
end