Commit 21b68939 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-722] add @since tag [ci skip]

parent 19e4fd2a
...@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException; ...@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException;
/** /**
* Thrown when {@link DBALException::ERROR_DUPLICATE_KEY} is detected in driver * Thrown when {@link DBALException::ERROR_DUPLICATE_KEY} is detected in driver
*
* @since 2.5
*/ */
class DuplicateKeyException extends DBALException class DuplicateKeyException extends DBALException
{ {
......
...@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException; ...@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException;
/** /**
* Thrown when {@link DBALException::ERROR_FOREIGN_KEY_CONSTRAINT} is detected in driver * Thrown when {@link DBALException::ERROR_FOREIGN_KEY_CONSTRAINT} is detected in driver
*
* @since 2.5
*/ */
class ForeignKeyConstraintViolationException extends DBALException class ForeignKeyConstraintViolationException extends DBALException
{ {
......
...@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException; ...@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException;
/** /**
* Thrown when {@link DBALException::ERROR_NOT_NULL} is detected in driver * Thrown when {@link DBALException::ERROR_NOT_NULL} is detected in driver
*
* @since 2.5
*/ */
class NotNullableException extends DBALException class NotNullableException extends DBALException
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment