Файловый менеджер - Редактировать - /home/harasnat/www/sommer/libraries/vendor/tobscure/json-api/src/Exception/InvalidParameterException.php
Назад
<?php /* * This file is part of JSON-API. * * (c) Toby Zerner <toby.zerner@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Tobscure\JsonApi\Exception; use Exception; class InvalidParameterException extends Exception { /** * @var string The parameter that caused this exception. */ private $invalidParameter; /** * {@inheritdoc} * * @param string $invalidParameter The parameter that caused this exception. */ public function __construct($message = '', $code = 0, $previous = null, $invalidParameter = '') { parent::__construct($message, $code, $previous); $this->invalidParameter = $invalidParameter; } /** * @return string The parameter that caused this exception. */ public function getInvalidParameter() { return $this->invalidParameter; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка