Exception: Common::NodeDeleteError

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NodeDeleteError

Returns a new instance of NodeDeleteError.



251
252
253
# File 'lib/common/cloudbox_exceptions.rb', line 251

def initialize(msg)
  super(msg)
end