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