Exception: ConcernsOnRails::Controllers::CursorPaginatable::InvalidCursor

Inherits:
StandardError
  • Object
show all
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).