Exception: QingCloud::SDK::Error::APIError
- Defined in:
- lib/qingcloud/sdk/general/error.rb
Instance Method Summary collapse
-
#initialize(something) ⇒ APIError
constructor
A new instance of APIError.
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 |