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