Exception: Sneaql::Exceptions::RecordsetDoesNotExistError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Sneaql::Exceptions::RecordsetDoesNotExistError
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Recordset check failure indicator
Instance Method Summary collapse
-
#initialize(msg = 'Specified ecordset does not exist') ⇒ RecordsetDoesNotExistError
constructor
A new instance of RecordsetDoesNotExistError.
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 |