File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Schema/Exception/InvalidTableDefinition.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Schema\Exception; use Doctrine\DBAL\Schema\Name\OptionallyQualifiedName; use Doctrine\DBAL\Schema\SchemaException; use LogicException; use function sprintf; final class InvalidTableDefinition extends LogicException implements SchemaException { public static function nameNotSet(): self { return new self('Table name is not set.'); } public static function columnsNotSet(OptionallyQualifiedName $tableName): self { return new self(sprintf('Columns are not set for table %s.', $tableName->toString())); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings