Exception: Uchi::Pagy::JsonapiReservedParamError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/uchi/pagy/classes/exceptions.rb

Overview

JsonApi :page param error

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ JsonapiReservedParamError

Inform about the actual value



30
31
32
# File 'lib/uchi/pagy/classes/exceptions.rb', line 30

def initialize(value)
  super("expected reserved :page param to be nil or Hash-like; got #{value.inspect}")
end