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