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