Exception: QingCloud::SDK::Error::APIError

Inherits:
SDKError
  • Object
show all
Defined in:
lib/qingcloud/sdk/general/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(something) ⇒ APIError

Returns a new instance of APIError.



27
28
29
# File 'lib/qingcloud/sdk/general/error.rb', line 27

def initialize(something)
    super "API Error: \"#{something}\"."
end