. */ namespace Doctrine\DBAL\Exception; /** * Base class for all constraint violation related errors detected in the driver. * * @author Steve Müller * @link www.doctrine-project.org * @since 2.5 */ class ConstraintViolationException extends ServerException { }