Exception: Nanoc::Extra::Checking::OutputDirNotFoundError

Inherits:
Nanoc::Errors::Generic show all
Defined in:
lib/nanoc/extra/checking/check.rb

Instance Method Summary (collapse)

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