Exception: Nanoc3::Errors::NoRulesFileFound
- Inherits:
-
Generic
- Object
- StandardError
- Generic
- Nanoc3::Errors::NoRulesFileFound
- Defined in:
- lib/nanoc3/base/errors.rb
Overview
Error that is raised when no rules file can be found in the current working directory.
Instance Method Summary (collapse)
-
- (NoRulesFileFound) initialize
constructor
A new instance of NoRulesFileFound.
Constructor Details
- (NoRulesFileFound) initialize
A new instance of NoRulesFileFound
94 95 96 |
# File 'lib/nanoc3/base/errors.rb', line 94 def initialize super("This site does not have a rules file, which is required for nanoc sites.".make_compatible_with_env) end |