Exception: EasyPost::Errors::EndOfPaginationError
- Inherits:
-
EasyPostError
- Object
- StandardError
- EasyPostError
- EasyPost::Errors::EndOfPaginationError
- Defined in:
- lib/easypost/errors/end_of_pagination_error.rb
Instance Method Summary collapse
-
#initialize ⇒ EndOfPaginationError
constructor
A new instance of EndOfPaginationError.
Methods inherited from EasyPostError
Constructor Details
#initialize ⇒ EndOfPaginationError
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 |