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