Exception: Common::ClusterCreateError

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

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