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