Exception: Common::ClusterDesallocateError

Inherits:
CloudboxError
  • Object
show all
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

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