class EasyPost::Errors::EndOfPaginationError
Public Class Methods
Source
# File lib/easypost/errors/end_of_pagination_error.rb, line 4 def initialize super EasyPost::Constants::NO_MORE_PAGES end
Calls superclass method
# File lib/easypost/errors/end_of_pagination_error.rb, line 4 def initialize super EasyPost::Constants::NO_MORE_PAGES end