Method: OssException#initialize
- Defined in:
- lib/aliyunoss/oss_exception.rb
#initialize(http_response) ⇒ OssException
Returns a new instance of OssException.
2 3 4 |
# File 'lib/aliyunoss/oss_exception.rb', line 2 def initialize(http_response) @response = http_response end |