Exception: Common::EraseNodeError

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

Overview

Throws an exception if an error occurred during the erasing of nodes.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ EraseNodeError

Returns a new instance of EraseNodeError.



244
245
246
# File 'lib/common/cloudbox_exceptions.rb', line 244

def initialize(msg)
  super(msg)
end