Exception: Npmdc::Errors::MissedPackageError
- Inherits:
-
CheckerError
- Object
- StandardError
- Error
- CheckerError
- Npmdc::Errors::MissedPackageError
- Defined in:
- lib/npmdc/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from CheckerError
Methods inherited from Error
Constructor Details
This class inherits a constructor from Npmdc::Errors::Error
Instance Method Details
#banner ⇒ Object
57 58 59 60 |
# File 'lib/npmdc/errors.rb', line 57 def directory = .fetch(:directory) "There is no `package.json` file inside '#{directory}' directory." end |