0 follower

Final Class Yiisoft\Data\Paginator\PageNotFoundException

InheritanceYiisoft\Data\Paginator\PageNotFoundException » Yiisoft\Data\Paginator\InvalidPageException » LogicException

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( integer $page )
$page integer

                public function __construct(int $page)
{
    parent::__construct(
        sprintf('Page %d not found.', $page),
    );
}