Exception: Common::VerifyCommittedBarclampError

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ VerifyCommittedBarclampError

Returns a new instance of VerifyCommittedBarclampError.



182
183
184
# File 'lib/common/cloudbox_exceptions.rb', line 182

def initialize(msg)
  super(msg)
end