Exception: AWS::S3::ExceptionClassClash
- Inherits:
-
S3Exception
- Object
- StandardError
- S3Exception
- AWS::S3::ExceptionClassClash
- Defined in:
- lib/aws-matt/s3/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.
125 126 127 128 |
# File 'lib/aws-matt/s3/exceptions.rb', line 125 def initialize(klass) = "The exception class you tried to create (`#{klass}') exists and is not an exception" super() end |