class Nanoc::Checking::OutputDirNotFoundError

@api private

Public Class Methods

new(directory_path) click to toggle source
Calls superclass method
# 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