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