Class: Nanoc::Extra::Checking::OutputDirNotFoundError Private
- Inherits:
-
Int::Errors::Generic
- Object
- Nanoc::Extra::Checking::OutputDirNotFoundError
- Defined in:
- lib/nanoc/extra/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.
4 5 6 |
# File 'lib/nanoc/extra/checking/check.rb', line 4 def initialize(directory_path) super("Unable to run check against output directory at “#{directory_path}”: directory does not exist.") end |