class CursorPager::ConflictingOrdersError

Will be raised when the relation is ordered by multiple attributes but in different directions.

Constants

MESSAGE

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/cursor_pager/conflicting_orders_error.rb, line 12
def initialize
  super(MESSAGE)
end