Exception: ConcernsOnRails::Controllers::CursorPaginatable::InvalidCursor
- Inherits:
-
StandardError
- Object
- StandardError
- ConcernsOnRails::Controllers::CursorPaginatable::InvalidCursor
- Defined in:
- lib/concerns_on_rails/controllers/cursor_paginatable.rb
Overview
Raised when params is malformed, tampered with, or was minted under a different table/order configuration. Auto-rescued to a 400 when the including class supports rescue_from (real controllers do).