Method: Aliyun::OSS::ResponseError#initialize
- Defined in:
- lib/aliyun/oss/exceptions.rb
#initialize(message, response) ⇒ ResponseError
Returns a new instance of ResponseError.
16 17 18 19 |
# File 'lib/aliyun/oss/exceptions.rb', line 16 def initialize(, response) @response = response super() end |