class ESI::Errors::PaginationError

ESI pagination error.

Attributes

responses[R]

Public Class Methods

new(msg, response:, responses:) click to toggle source
Calls superclass method ESI::Errors::ClientError::new
# File lib/esi/errors.rb, line 25
def initialize(msg, response:, responses:)
  super(msg, response: response)

  @responses = responses
end