Exception: HP::Cloud::Exceptions::General

Inherits:
Base
  • Object
show all
Defined in:
lib/hpcloud/exceptions/general.rb

Instance Attribute Summary

Attributes inherited from Base

#status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ General

Returns a new instance of General.



28
29
30
# File 'lib/hpcloud/exceptions/general.rb', line 28

def initialize(message)
  super(message)
end