ConstraintViolationException.php 196 B

12345678910
  1. <?php
  2. namespace Doctrine\DBAL\Exception;
  3. /**
  4. * Base class for all constraint violation related errors detected in the driver.
  5. */
  6. class ConstraintViolationException extends ServerException
  7. {
  8. }