ConstraintViolationException.php 219 Bytes
Newer Older
1 2 3 4 5
<?php

namespace Doctrine\DBAL\Exception;

/**
6
 * Base class for all constraint violation related errors detected in the driver.
7 8
 *
 * @psalm-immutable
9
 */
10
class ConstraintViolationException extends ServerException
11 12
{
}