Exception: Common::DeleteNodeProposalError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::DeleteNodeProposalError
- 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
-
#initialize(msg) ⇒ DeleteNodeProposalError
constructor
A new instance of DeleteNodeProposalError.
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 |