Exception: Sneaql::Exceptions::RecordsetIsNotAnArray
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Sneaql::Exceptions::RecordsetIsNotAnArray
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Recordset check failure indicator
Instance Method Summary collapse
-
#initialize(msg = 'Recordset must be an array of hashes with identical keys') ⇒ RecordsetIsNotAnArray
constructor
A new instance of RecordsetIsNotAnArray.
Constructor Details
#initialize(msg = 'Recordset must be an array of hashes with identical keys') ⇒ RecordsetIsNotAnArray
Returns a new instance of RecordsetIsNotAnArray.
58 59 60 |
# File 'lib/sneaql_lib/exceptions.rb', line 58 def initialize(msg = 'Recordset must be an array of hashes with identical keys') super end |