Exception: OpenActive::Rpde::Exceptions::ModifiedIdItemsOrderException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ModifiedIdItemsOrderException.



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

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