Exception: OpenActive::Rpde::Exceptions::NextChangeNumbersItemsOrderException
- Inherits:
-
RpdeException
- Object
- StandardError
- RpdeException
- OpenActive::Rpde::Exceptions::NextChangeNumbersItemsOrderException
- Defined in:
- lib/openactive/rpde/exceptions/next_change_numbers_items_order_exception.rb
Instance Method Summary collapse
-
#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
constructor
A new instance of NextChangeNumbersItemsOrderException.
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 |