Exception: Appraisal::AppraisalsNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Appraisal::AppraisalsNotFound
- Defined in:
- lib/appraisal/errors.rb
Overview
Raises when Appraisal is unable to locate Appraisals file in the current directory.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
6 7 8 |
# File 'lib/appraisal/errors.rb', line 6 def "Unable to locate 'Appraisals' file in the current directory." end |