Exception: DreamOps::GitNotInstalledError
- Inherits:
-
DreamOpsError
- Object
- StandardError
- DreamOpsError
- DreamOps::GitNotInstalledError
- Defined in:
- lib/dream-ops/errors.rb
Instance Method Summary collapse
Methods inherited from DreamOpsError
Instance Method Details
#to_s ⇒ Object
155 156 157 |
# File 'lib/dream-ops/errors.rb', line 155 def to_s "Unabled to find git in your PATH." end |