Exception: OpenActive::Rpde::Exceptions::FirstTimeAfterChangeNumberException

Inherits:
RpdeException
  • Object
show all
Defined in:
lib/openactive/rpde/exceptions/first_time_after_change_number_exception.rb

Instance Method Summary collapse

Constructor Details

#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.") ⇒ FirstTimeAfterChangeNumberException

Returns a new instance of FirstTimeAfterChangeNumberException.



5
6
7
8
9
# File 'lib/openactive/rpde/exceptions/first_time_after_change_number_exception.rb', line 5

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