Sha256: f7f7932fb2498ca1ab714611b86cb5f7e0b142dfc7310183e39977227d375281
Contents?: true
Size: 472 Bytes
Versions: 10
Compression:
Stored size: 472 Bytes
Contents
module OpenActive module Rpde module Exceptions class FirstTimeAfterChangeNumberException < RpdeException def initialize(msg = "First item in the feed must never have same 'modified' as afterChangeNumber query "\ "parameter. 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