Exception: Common::NodeNotExistsError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::NodeNotExistsError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
Throws an exception if a node is not existing.
Instance Method Summary collapse
-
#initialize(msg) ⇒ NodeNotExistsError
constructor
A new instance of NodeNotExistsError.
Constructor Details
#initialize(msg) ⇒ NodeNotExistsError
Returns a new instance of NodeNotExistsError.
293 294 295 |
# File 'lib/common/cloudbox_exceptions.rb', line 293 def initialize(msg) super(msg) end |