Exception: Common::CrowbarCreateClusterError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::CrowbarCreateClusterError
- 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
-
#initialize(msg) ⇒ CrowbarCreateClusterError
constructor
A new instance of CrowbarCreateClusterError.
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 |