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

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

<?php

namespace Doctrine\DBAL\Exception;

/**
 * Exception for a foreign key constraint violation detected in the driver.
 *
 * @psalm-immutable
 */
class ForeignKeyConstraintViolationException extends ConstraintViolationException
{
}