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.



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

def initialize(msg)
    super(msg)
end