Exception: EasyPost::Errors::EndOfPaginationError

Inherits:
EasyPostError
  • Object
show all
Defined in:
lib/easypost/errors/end_of_pagination_error.rb

Instance Method Summary collapse

Methods inherited from EasyPostError

#pretty_print

Constructor Details

#initializeEndOfPaginationError

Returns a new instance of EndOfPaginationError.



4
5
6
# File 'lib/easypost/errors/end_of_pagination_error.rb', line 4

def initialize
  super EasyPost::Constants::NO_MORE_PAGES
end