Exception: Npmdc::Errors::WrongPathError

Inherits:
CheckerError show all
Defined in:
lib/npmdc/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#options

Instance Method Summary collapse

Methods inherited from CheckerError

critical?

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Npmdc::Errors::Error

Instance Method Details



50
51
52
53
# File 'lib/npmdc/errors.rb', line 50

def banner
  directory = options.fetch(:directory)
  "There is no '#{directory}' directory."
end