Class: Nanoc::Checking::OutputDirNotFoundError Private
- Inherits:
-
Nanoc::Core::Error
- Object
- Nanoc::Core::Error
- Nanoc::Checking::OutputDirNotFoundError
- Defined in:
- lib/nanoc/checking/check.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize(directory_path) ⇒ OutputDirNotFoundError
constructor
private
A new instance of OutputDirNotFoundError.
Constructor Details
#initialize(directory_path) ⇒ OutputDirNotFoundError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of OutputDirNotFoundError.
7 8 9 |
# File 'lib/nanoc/checking/check.rb', line 7 def initialize(directory_path) super("Unable to run check against output directory at “#{directory_path}”: directory does not exist.") end |