Exception: Sneaql::Exceptions::RecordsetDoesNotExistError

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

Overview

Recordset check failure indicator

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Specified ecordset does not exist') ⇒ RecordsetDoesNotExistError

Returns a new instance of RecordsetDoesNotExistError.



65
66
67
# File 'lib/sneaql_lib/exceptions.rb', line 65

def initialize(msg = 'Specified ecordset does not exist')
  super
end