Exception: StackMate::CloudStackApiException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ CloudStackApiException



13
14
15
# File 'lib/stackmate/participants/cloudstack.rb', line 13

def initialize(msg)
  super(msg)
end