Exception: Common::SSHError

Inherits:
CloudboxError show all
Defined in:
lib/common/cloudbox_exceptions.rb

Overview

Throws an exception if an error occurred during the executing a SSH command.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ SSHError

Returns a new instance of SSHError.



351
352
353
# File 'lib/common/cloudbox_exceptions.rb', line 351

def initialize(msg)
  super(msg)
end