Exception: Common::GetBarclampsListError

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

Overview

Throws an exception if an error occurred during the getting the list of barclamps.

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ GetBarclampsListError

Returns a new instance of GetBarclampsListError.



161
162
163
# File 'lib/common/cloudbox_exceptions.rb', line 161

def initialize(msg)
  super(msg)
end