Sha256: cbd635023240f277f795d0b0d08dee90aa4fef6c2a853874fa308af3baedc21f

Contents?: true

Size: 182 Bytes

Versions: 13

Compression:

Stored size: 182 Bytes

Contents

# frozen_string_literal: true

class EasyPost::Errors::EndOfPaginationError < EasyPost::Errors::EasyPostError
  def initialize
    super EasyPost::Constants::NO_MORE_PAGES
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
easypost-6.4.1 lib/easypost/errors/end_of_pagination_error.rb
easypost-6.4.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-6.3.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-6.2.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-6.1.1 lib/easypost/errors/end_of_pagination_error.rb
easypost-6.1.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-6.0.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-5.3.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-5.2.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-5.1.1 lib/easypost/errors/end_of_pagination_error.rb
easypost-5.1.0 lib/easypost/errors/end_of_pagination_error.rb
easypost-5.0.1 lib/easypost/errors/end_of_pagination_error.rb
easypost-5.0.0 lib/easypost/errors/end_of_pagination_error.rb