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