Exception: Common::NodeDestroyError

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

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