Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/fruitcake/../maennchen/../symfony/mailgun-mailer/../css-selector/../../../vendor/markbaker/./../hamcrest/../dflydev/./../egulias/email-validator/../../authorizenet/../unicodeveloper/../phpunit/../phpunit/../webmozart/./../doctrine/dbal/src/Exception/.././Exception
الملفات الموجودة في هذا الـ Path:
.
..
ConnectionException.php
ConnectionLost.php
ConstraintViolationException.php
DatabaseDoesNotExist.php
DatabaseObjectExistsException.php
DatabaseObjectNotFoundException.php
DatabaseRequired.php
DeadlockException.php
DriverException.php
ForeignKeyConstraintViolationException.php
InvalidArgumentException.php
InvalidFieldNameException.php
InvalidLockMode.php
LockWaitTimeoutException.php
MalformedDsnException.php
NoKeyValue.php
NonUniqueFieldNameException.php
NotNullConstraintViolationException.php
ReadOnlyException.php
RetryableException.php
SchemaDoesNotExist.php
ServerException.php
SyntaxErrorException.php
TableExistsException.php
TableNotFoundException.php
UniqueConstraintViolationException.php

مشاهدة ملف: DatabaseObjectExistsException.php

<?php

namespace Doctrine\DBAL\Exception;

/**
 * Base class for all already existing database object related errors detected in the driver.
 *
 * A database object is considered any asset that can be created in a database
 * such as schemas, tables, views, sequences, triggers,  constraints, indexes,
 * functions, stored procedures etc.
 *
 * @psalm-immutable
 */
class DatabaseObjectExistsException extends ServerException
{
}