Exception: DreamOps::NoSshKeyError

Inherits:
DreamOpsError 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



47
48
49
# File 'lib/dream-ops/errors.rb', line 47

def to_s
  "You mush specify a SSH key for authentication."
end