Exception: Common::SetClusterMachineError

Inherits:
CloudboxError
  • Object
show all
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

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