/
home
/
obinna
/
html
/
amply
/
vendor
/
doctrine
/
dbal
/
lib
/
Doctrine
/
DBAL
/
Exception
/
Upload File
HOME
<?php namespace Doctrine\DBAL\Exception; /** * Exception for a unique constraint violation detected in the driver. * * @psalm-immutable */ class UniqueConstraintViolationException extends ConstraintViolationException { }