Exception: Sneaql::Exceptions::UnhandledException
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Exception used to to gracefully exit test
Instance Method Summary collapse
-
#initialize(msg = 'Previous error was not handled.') ⇒ UnhandledException
constructor
A new instance of UnhandledException.
Constructor Details
#initialize(msg = 'Previous error was not handled.') ⇒ UnhandledException
Returns a new instance of UnhandledException.
22 23 24 |
# File 'lib/sneaql_lib/exceptions.rb', line 22 def initialize(msg = 'Previous error was not handled.') super end |