File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/Exception/PrimaryKeyAlreadyExists.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema\Exception; use Doctrine\DBAL\Schema\SchemaException; use LogicException; use function sprintf; final class PrimaryKeyAlreadyExists extends LogicException implements SchemaException { public static function new(string $tableName): self { return new self( sprintf('Primary key was already defined on table "%s".', $tableName), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings