Exception: Common::NodeDetachError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::NodeDetachError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if an error occurred during the detaching of a node.
Instance Method Summary collapse
-
#initialize(msg) ⇒ NodeDetachError
constructor
A new instance of NodeDetachError.
Constructor Details
#initialize(msg) ⇒ NodeDetachError
Returns a new instance of NodeDetachError.
265 266 267 |
# File 'lib/common/cloudbox_exceptions.rb', line 265 def initialize(msg) super(msg) end |