Sha256: d7dc8a5fa35777fca177b1a2723e7c4f1e2ad65f259b9434ec4451260bae91c2
Contents?: true
Size: 397 Bytes
Versions: 10
Compression:
Stored size: 397 Bytes
Contents
module OpenActive module Rpde module Exceptions class ModifiedIdItemsOrderException < RpdeException def initialize(msg = "Items must be ordered first by 'modified', then by 'id'. Please check the RPDE "\ "specification and ensure you are using the correct query for your ordering strategy.") super end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems