ForeignKeyConstraintViolationException.php 213 Bytes
Newer Older
1 2 3 4 5
<?php

namespace Doctrine\DBAL\Exception;

/**
6
 * Exception for a foreign key constraint violation detected in the driver.
7
 */
8
class ForeignKeyConstraintViolationException extends ConstraintViolationException
9 10
{
}