Exception: Common::NodeSetBiosRaidError

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeSetBiosRaidError

Returns a new instance of NodeSetBiosRaidError.



328
329
330
# File 'lib/common/cloudbox_exceptions.rb', line 328

def initialize(msg)
  super(msg)
end