Exception: Sneaql::Exceptions::ForceFailure
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Utilized by fail option of on_error
Instance Method Summary collapse
-
#initialize(msg = 'Sneaql is forcing an exit due to an error condition') ⇒ ForceFailure
constructor
A new instance of ForceFailure.
Constructor Details
#initialize(msg = 'Sneaql is forcing an exit due to an error condition') ⇒ ForceFailure
Returns a new instance of ForceFailure.
107 108 109 |
# File 'lib/sneaql_lib/exceptions.rb', line 107 def initialize(msg = 'Sneaql is forcing an exit due to an error condition') super end |