Exception: Nanoc::Extra::Checking::OutputDirNotFoundError
- Inherits:
-
Nanoc::Errors::Generic
- Object
- StandardError
- Nanoc::Errors::Generic
- Nanoc::Extra::Checking::OutputDirNotFoundError
- Defined in:
- lib/nanoc/extra/checking/check.rb
Instance Method Summary (collapse)
-
- (OutputDirNotFoundError) initialize(directory_path)
constructor
A new instance of OutputDirNotFoundError.
Constructor Details
- (OutputDirNotFoundError) initialize(directory_path)
Returns a new instance of OutputDirNotFoundError
5 6 7 |
# File 'lib/nanoc/extra/checking/check.rb', line 5 def initialize(directory_path) super("Unable to run check against output directory at “#{directory_path}”: directory does not exist.") end |