Exception: Common::GetBarclampsListError
- Inherits:
-
CloudboxError
- Object
- StandardError
- CloudboxError
- Common::GetBarclampsListError
- 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
-
#initialize(msg) ⇒ GetBarclampsListError
constructor
A new instance of GetBarclampsListError.
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 |