Exception: Sneaql::Exceptions::UnhandledException

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

Overview

Exception used to to gracefully exit test

Instance Method Summary collapse

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