Exception: Nanoc3::Errors::NoRulesFileFound
- StandardError
- Nanoc3::Errors::Generic
- Nanoc3::Errors::NoRulesFileFound
Error that is raised when no rules file can be found in the current working directory.
Constructor Summary
public
initialize
[View source]
63 64 65 |
# File 'lib/nanoc3/base/errors.rb', line 63 def initialize super("This site does not have a rules file, which is required for nanoc sites.") end |