Exception: StackMate::CloudStackApiException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/stackmate/participants/cloudstack.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ CloudStackApiException

Returns a new instance of CloudStackApiException.



10
11
12
# File 'lib/stackmate/participants/cloudstack.rb', line 10

def initialize(msg)
    super(msg)
end