Exception: DreamOps::GitNotInstalledError

Inherits:
DreamOpsError
  • Object
show all
Defined in:
lib/dream-ops/errors.rb

Instance Method Summary collapse

Methods inherited from DreamOpsError

set_status_code

Instance Method Details

#to_sObject



155
156
157
# File 'lib/dream-ops/errors.rb', line 155

def to_s
  "Unabled to find git in your PATH."
end