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