class Nanoc::Extra::Checking::OutputDirNotFoundError
@api private
Public Class Methods
new(directory_path)
click to toggle source
Calls superclass method
# 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