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