vendor/doctrine/dbal/src/Exception/ForeignKeyConstraintViolationException.php line 10

  1. <?php
  2. namespace Doctrine\DBAL\Exception;
  3. /**
  4.  * Exception for a foreign key constraint violation detected in the driver.
  5.  *
  6.  * @psalm-immutable
  7.  */
  8. class ForeignKeyConstraintViolationException extends ConstraintViolationException
  9. {
  10. }