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