Exception: Common::VerifyBarclampError

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

Overview

Throws an exception if an error occurred during the verification of barclamps.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ VerifyBarclampError

Returns a new instance of VerifyBarclampError.



175
176
177
# File 'lib/common/cloudbox_exceptions.rb', line 175

def initialize(msg)
  super(msg)
end