Exception: Sneaql::Exceptions::ForceFailure

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

Overview

Utilized by fail option of on_error

Instance Method Summary collapse

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