Exception: TimestampAPI::InvalidWhereContitions

Inherits:
StandardError
  • Object
show all
Defined in:
lib/timestamp_api/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



54
55
56
# File 'lib/timestamp_api/errors.rb', line 54

def message
  "Conditions passed to `Collection#where` must be a hash."
end