Exception: Sneaql::Exceptions::SQLTestStepExitCondition

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

Overview

Exception used to gracefully exit test step

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Exit condition for this step has been met, this is not an error') ⇒ SQLTestStepExitCondition

Returns a new instance of SQLTestStepExitCondition.



36
37
38
# File 'lib/sneaql_lib/exceptions.rb', line 36

def initialize(msg = 'Exit condition for this step has been met, this is not an error')
  super
end