File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/Exception/InvalidUniqueConstraintDefinition.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema\Exception; use Doctrine\DBAL\Schema\Name\UnqualifiedName; use Doctrine\DBAL\Schema\SchemaException; use LogicException; use function sprintf; final class InvalidUniqueConstraintDefinition extends LogicException implements SchemaException { public static function columnNamesAreNotSet(?UnqualifiedName $constraintName): self { return new self(sprintf( 'Column names are not set for unique constraint %s.', $constraintName === null ? '<unnamed>' : $constraintName->toString(), )); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings