vendor/doctrine/dbal/src/Exception/NotNullConstraintViolationException.php line 8

Open in your IDE?
  1. <?php
  2. namespace Doctrine\DBAL\Exception;
  3. /**
  4.  * Exception for a NOT NULL constraint violation detected in the driver.
  5.  */
  6. class NotNullConstraintViolationException extends ConstraintViolationException
  7. {
  8. }