Exception: Common::ClusterDeleteError

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

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