Exception: Common::SSHError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::SSHError
- 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
-
#initialize(msg) ⇒ SSHError
constructor
A new instance of SSHError.
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 |