Exception: Aliyun::OSS::ExceptionClassClash
- Inherits:
-
OSSException
- Object
- StandardError
- OSSException
- Aliyun::OSS::ExceptionClassClash
- Defined in:
- lib/aliyun/oss/exceptions.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(klass) ⇒ ExceptionClassClash
constructor
A new instance of ExceptionClassClash.
Constructor Details
#initialize(klass) ⇒ ExceptionClassClash
Returns a new instance of ExceptionClassClash.
126 127 128 129 |
# File 'lib/aliyun/oss/exceptions.rb', line 126 def initialize(klass) = "The exception class you tried to create (`#{klass}') exists and is not an exception" super() end |