<?php

namespace Doctrine\DBAL\Exception;

use Doctrine\DBAL\Exception;

class UniqueConstraintViolationException extends Exception
{

}
