Exception: Common::EraseNodeError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::EraseNodeError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if an error occurred during the erasing of nodes.
Instance Method Summary collapse
-
#initialize(msg) ⇒ EraseNodeError
constructor
A new instance of EraseNodeError.
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 |