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