Class: SneaqlAWS::Exceptions::AWSResourceCreationException
- Inherits:
-
Sneaql::Exceptions::BaseError
- Object
- Sneaql::Exceptions::BaseError
- SneaqlAWS::Exceptions::AWSResourceCreationException
- Defined in:
- lib/sneaql-aws.rb
Overview
Exception used to to gracefully exit test
Instance Method Summary collapse
-
#initialize(msg = 'Unable to create AWS resource') ⇒ AWSResourceCreationException
constructor
A new instance of AWSResourceCreationException.
Constructor Details
#initialize(msg = 'Unable to create AWS resource') ⇒ AWSResourceCreationException
11 12 13 |
# File 'lib/sneaql-aws.rb', line 11 def initialize(msg = 'Unable to create AWS resource') super end |