Class: SneaqlAWS::Exceptions::AWSResourceCreationException

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 = '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