class EasyPost::Errors::EndOfPaginationError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/easypost/errors/end_of_pagination_error.rb, line 4
def initialize
  super EasyPost::Constants::NO_MORE_PAGES
end