Exception: Common::NodeSetRaidError

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

Overview

Throws an exception if an error occurred during the setting Raid name on a node.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeSetRaidError

Returns a new instance of NodeSetRaidError.



321
322
323
# File 'lib/common/cloudbox_exceptions.rb', line 321

def initialize(msg)
  super(msg)
end