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