Class: SneaqlAWS::Exceptions::AWSS3Exception
- Inherits:
-
Sneaql::Exceptions::BaseError
- Object
- Sneaql::Exceptions::BaseError
- SneaqlAWS::Exceptions::AWSS3Exception
- Defined in:
- lib/sneaql-aws.rb
Overview
Exception used to to gracefully exit test
Instance Method Summary collapse
-
#initialize(msg = 'Error interacting with AWS S3 service') ⇒ AWSS3Exception
constructor
A new instance of AWSS3Exception.
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 |