Exception: Appraisal::OreNotAvailableError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Appraisal::OreNotAvailableError
- Defined in:
- lib/appraisal/errors.rb
Overview
Raises when ore-light gem manager is requested but not installed.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
13 14 15 16 |
# File 'lib/appraisal/errors.rb', line 13 def "ore-light is not installed or not in PATH. " \ "Install from: https://github.com/contriboss/ore-light" end |