. */ namespace Doctrine\DBAL\Exception; /** * Exception for a NOT NULL constraint violation detected in the driver. * * @author Benjamin Eberlei * @author Steve Müller * @link www.doctrine-project.org * @since 2.5 */ class NotNullConstraintViolationException extends ConstraintViolationException { }