Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
21b68939
Commit
21b68939
authored
Dec 22, 2013
by
Benjamin Eberlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DBAL-722] add @since tag [ci skip]
parent
19e4fd2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
DuplicateKeyException.php
lib/Doctrine/DBAL/Exception/DuplicateKeyException.php
+2
-0
ForeignKeyConstraintViolationException.php
...DBAL/Exception/ForeignKeyConstraintViolationException.php
+2
-0
NotNullableException.php
lib/Doctrine/DBAL/Exception/NotNullableException.php
+2
-0
No files found.
lib/Doctrine/DBAL/Exception/DuplicateKeyException.php
View file @
21b68939
...
...
@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException;
/**
* Thrown when {@link DBALException::ERROR_DUPLICATE_KEY} is detected in driver
*
* @since 2.5
*/
class
DuplicateKeyException
extends
DBALException
{
...
...
lib/Doctrine/DBAL/Exception/ForeignKeyConstraintViolationException.php
View file @
21b68939
...
...
@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException;
/**
* Thrown when {@link DBALException::ERROR_FOREIGN_KEY_CONSTRAINT} is detected in driver
*
* @since 2.5
*/
class
ForeignKeyConstraintViolationException
extends
DBALException
{
...
...
lib/Doctrine/DBAL/Exception/NotNullableException.php
View file @
21b68939
...
...
@@ -23,6 +23,8 @@ use Doctrine\DBAL\DBALException;
/**
* Thrown when {@link DBALException::ERROR_NOT_NULL} is detected in driver
*
* @since 2.5
*/
class
NotNullableException
extends
DBALException
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment