Class: SneaqlAWS::Exceptions::AWSS3Exception

Inherits:
Sneaql::Exceptions::BaseError
  • Object
show all
Defined in:
lib/sneaql-aws.rb

Overview

Exception used to to gracefully exit test

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Error interacting with AWS S3 service') ⇒ AWSS3Exception

Returns a new instance of AWSS3Exception.



18
19
20
# File 'lib/sneaql-aws.rb', line 18

def initialize(msg = 'Error interacting with AWS S3 service')
  super
end