Exception: Common::BarclampInstallError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::BarclampInstallError
- Defined in:
- lib/common/cloudbox_exceptions.rb
Overview
CrowbarError ################ Throws an exception if an error occurred during the installation of a barclamp.
Instance Method Summary collapse
-
#initialize(msg) ⇒ BarclampInstallError
constructor
A new instance of BarclampInstallError.
Constructor Details
#initialize(msg) ⇒ BarclampInstallError
Returns a new instance of BarclampInstallError.
191 192 193 |
# File 'lib/common/cloudbox_exceptions.rb', line 191 def initialize(msg) super(msg) end |