Exception: Common::DeleteNodeProposalError

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

Overview

NodeError ################ Throws an exception if an error occurred during the deleting of nodes in all proposals.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ DeleteNodeProposalError

Returns a new instance of DeleteNodeProposalError.



237
238
239
# File 'lib/common/cloudbox_exceptions.rb', line 237

def initialize(msg)
  super(msg)
end