Exception: Aliyun::ESS::ExceptionClassClash

Inherits:
Exception
  • Object
show all
Defined in:
lib/aliyun/ess/exceptions.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initialize(klass) ⇒ ExceptionClassClash

Returns a new instance of ExceptionClassClash.



74
75
76
77
# File 'lib/aliyun/ess/exceptions.rb', line 74

def initialize(klass)
  message = "The exception class you tried to create (`#{klass}') exists and is not an exception"
  super(message)
end