mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-174: Missing DoctrineException use statement in Doctrine\ORM\UnitOfWork #213
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 25, 2009).
Jira issue originally created by user nicokaiser:
UnitOfWork throws a "DoctrineException" in several places, which resolves to "\Doctrine\ORM\DoctrineException" (instead of
Doctrine\Common\DoctrineException).
This should either be ORMException, or "use"d in the header.
@doctrinebot commented on GitHub (Nov 25, 2009):
@doctrinebot commented on GitHub (Nov 25, 2009):
Comment created by nicokaiser:
This is a patch that fixes the "use" statement in UnitOfWork, so it properly finds DoctrineException...
@doctrinebot commented on GitHub (Dec 2, 2009):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 13, 2015):
Imported 1 attachments from Jira into https://gist.github.com/601b3c939f29a8d400fe