Exception: OpenActive::Rpde::Exceptions::NextChangeNumbersItemsOrderException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Items must be ordered by 'modified'. Please check the RPDE specification and ensure you "\ "are using the correct query for your ordering strategy.") ⇒ NextChangeNumbersItemsOrderException

Returns a new instance of NextChangeNumbersItemsOrderException.



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

def initialize(msg = "Items must be ordered by 'modified'. Please check the RPDE specification and ensure you "\
                     "are using the correct query for your ordering strategy.")
  super
end