Exception: Common::BarclampInstallError

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

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