Файловый менеджер - Редактировать - /home/clickysoft/public_html/rgr.clickysoft.net/vendor/doctrine/dbal/src/Driver/PgSQL/Exception/UnexpectedValue.php
Назад
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\PgSQL\Exception; use Doctrine\DBAL\Driver\Exception; use UnexpectedValueException; use function sprintf; /** @psalm-immutable */ final class UnexpectedValue extends UnexpectedValueException implements Exception { public static function new(string $value, string $type): self { return new self(sprintf( 'Unexpected value "%s" of type "%s" returned by Postgres', $value, $type, )); } /** @return null */ public function getSQLState() { return null; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка