Exception: Sneaql::Exceptions::SQLTestExitCondition
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Sneaql::Exceptions::SQLTestExitCondition
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Exception used to to gracefully exit test
Instance Method Summary collapse
-
#initialize(msg = 'Exit condition met by test, this is not an error') ⇒ SQLTestExitCondition
constructor
A new instance of SQLTestExitCondition.
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 |