Method: Aliyun::ESS::ExceptionClassClash#initialize
- Defined in:
- lib/aliyun/ess/exceptions.rb
#initialize(klass) ⇒ ExceptionClassClash
Returns a new instance of ExceptionClassClash.
74 75 76 77 |
# File 'lib/aliyun/ess/exceptions.rb', line 74 def initialize(klass) = "The exception class you tried to create (`#{klass}') exists and is not an exception" super() end |