Exception: Uchi::Pagy::JsonapiReservedParamError
- Inherits:
-
StandardError
- Object
- StandardError
- Uchi::Pagy::JsonapiReservedParamError
- Defined in:
- lib/uchi/pagy/classes/exceptions.rb
Overview
JsonApi :page param error
Instance Method Summary collapse
-
#initialize(value) ⇒ JsonapiReservedParamError
constructor
Inform about the actual value.
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 |