LimitPaginationException
extends BaseException
in package
This exception is thrown when a limit is provided in a paginated query using the Pagination class
To ovoid this exception, call the limitBy(limit_here) method on the Pagination object
Table of Contents
Methods
- __construct() : mixed
- __toString() : mixed
Methods
__construct()
public
__construct([mixed $message = "" ][, mixed $code = 0 ][, Throwable $previous = null ]) : mixed
Parameters
- $message : mixed = ""
- $code : mixed = 0
- $previous : Throwable = null
__toString()
public
__toString() : mixed