Exception: Common::CrowbarCreateClusterError

Inherits:
CloudboxError
  • Object
show all
Defined in:
lib/common/cloudbox_exceptions.rb

Overview

Throws an exception if an error occurred during the creation of a cluster with the framework Crowbar.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ CrowbarCreateClusterError

Returns a new instance of CrowbarCreateClusterError.



154
155
156
# File 'lib/common/cloudbox_exceptions.rb', line 154

def initialize(msg)
  super(msg)
end