mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #951] [MERGED] More informational entity not found exception #8945
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/951
Author: @md2perpe
Created: 2/11/2014
Status: ✅ Merged
Merged: 4/16/2014
Merged by: @guilhermeblanco
Base:
master← Head:MoreInformationalEntityNotFoundException📝 Commits (3)
4b061a0Add class name as argument.7ef1063Pass class name to constructor.3543ccePass class name to constructor.📊 Changes
3 files changed (+6 additions, -6 deletions)
View changed files
📝
lib/Doctrine/ORM/EntityNotFoundException.php(+2 -2)📝
lib/Doctrine/ORM/Proxy/ProxyFactory.php(+3 -3)📝
lib/Doctrine/ORM/UnitOfWork.php(+1 -1)📄 Description
Make EntityNotFoundException be more informational and tell what kind of entity is not found.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.