Exception: Sneaql::Exceptions::SQLTestExitCondition

Inherits:
BaseError
  • Object
show all
Defined in:
lib/sneaql_lib/exceptions.rb

Overview

Exception used to to gracefully exit test

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Exit condition met by test, this is not an error') ⇒ SQLTestExitCondition

Returns a new instance of SQLTestExitCondition.



29
30
31
# File 'lib/sneaql_lib/exceptions.rb', line 29

def initialize(msg = 'Exit condition met by test, this is not an error')
  super
end