Exception: QingCloud::SDK::Error::ParameterError
- Defined in:
- lib/qingcloud/sdk/general/error.rb
Instance Method Summary collapse
-
#initialize(something) ⇒ ParameterError
constructor
A new instance of ParameterError.
Constructor Details
#initialize(something) ⇒ ParameterError
Returns a new instance of ParameterError.
21 22 23 |
# File 'lib/qingcloud/sdk/general/error.rb', line 21 def initialize(something) super "Parameter Error when \"#{something}\"." end |