Exception: CovLoupe::FileError
- Defined in:
- lib/cov_loupe/errors/errors.rb
Overview
File or path related errors
Direct Known Subclasses
FileNotFoundError, FilePermissionError, NotAFileError, ResultsetNotFoundError
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from CovLoupe::Error
Instance Method Details
#user_friendly_message ⇒ Object
56 57 58 |
# File 'lib/cov_loupe/errors/errors.rb', line 56 def "File error: #{}" end |