Class: Nutils::Errors::NoRulesFileFound
- Inherits:
-
Nanoc3::Errors::NoRulesFileFound
- Object
- Nanoc3::Errors::NoRulesFileFound
- Nutils::Errors::NoRulesFileFound
- Defined in:
- lib/nutils/base/errors.rb
Overview
Error that is raised when no partial rules file can be found in any directory provided.
Instance Method Summary collapse
-
#initialize(filename) ⇒ NoRulesFileFound
constructor
A new instance of NoRulesFileFound.
Constructor Details
#initialize(filename) ⇒ NoRulesFileFound
9 10 11 |
# File 'lib/nutils/base/errors.rb', line 9 def initialize(filename) super("No file found in any directory provided for “#{filename}”".make_compatible_with_env) end |