Exception: Sneaql::Exceptions::RecordsetIsNotAnArray

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 = '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