Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/vendor/lcobucci/jwt/src/Validation/ConstraintViolation.php
Назад
<?php declare(strict_types=1); namespace Lcobucci\JWT\Validation; use Lcobucci\JWT\Exception; use RuntimeException; use function get_class; final class ConstraintViolation extends RuntimeException implements Exception { /** * @readonly * @var class-string<Constraint>|null */ public ?string $constraint = null; public static function error(string $message, Constraint $constraint): self { $exception = new self($message); $exception->constraint = get_class($constraint); return $exception; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка