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