Exception: Npmdc::Errors::JsonParseError
- Inherits:
-
CheckerError
- Object
- StandardError
- Error
- CheckerError
- Npmdc::Errors::JsonParseError
- 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
66 67 68 69 |
# File 'lib/npmdc/errors.rb', line 66 def path = .fetch(:path) "Can't parse JSON file #{path}" end |