Submit
Path:
~
/
/
proc
/
self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
cakephp
/
datasource
/
Paging
/
Exception
/
File Content:
PageOutOfBoundsException.php
<?php declare (strict_types=1); /** * CakePHP(tm) : Rapid Development Framework (https://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org) * @since 3.5.0 * @license https://www.opensource.org/licenses/mit-license.php MIT License */ namespace WPToolkitDependenciesIsolationPrefix\Cake\Datasource\Paging\Exception; use WPToolkitDependenciesIsolationPrefix\Cake\Core\Exception\CakeException; /** * Exception raised when requested page number does not exist. */ class PageOutOfBoundsException extends CakeException { /** * @inheritDoc */ protected $_messageTemplate = 'Page number %s could not be found.'; } // phpcs:disable \class_alias('WPToolkitDependenciesIsolationPrefix\\Cake\\Datasource\\Paging\\Exception\\PageOutOfBoundsException', 'WPToolkitDependenciesIsolationPrefix\\Cake\\Datasource\\Exception\\PageOutOfBoundsException'); // phpcs:enable
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
PageOutOfBoundsException.php
1129 bytes
0644
N4ST4R_ID | Naxtarrr