Exception: Common::SetClusterMachineError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::SetClusterMachineError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if an error occurred during the setting of machines of a cluster.
Instance Method Summary collapse
-
#initialize(msg) ⇒ SetClusterMachineError
constructor
A new instance of SetClusterMachineError.
Constructor Details
#initialize(msg) ⇒ SetClusterMachineError
Returns a new instance of SetClusterMachineError.
168 169 170 |
# File 'lib/common/cloudbox_exceptions.rb', line 168 def initialize(msg) super(msg) end |