Exception: Common::NodeDetachError

Inherits:
CloudboxError show all
Defined in:
lib/common/cloudbox_exceptions.rb

Overview

Throws an exception if an error occurred during the detaching of a node.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeDetachError

Returns a new instance of NodeDetachError.



265
266
267
# File 'lib/common/cloudbox_exceptions.rb', line 265

def initialize(msg)
  super(msg)
end