Exception: Common::RemoveNodesError

Inherits:
CloudboxError show all
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

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