[PR #951] [MERGED] More informational entity not found exception #8945

Open
opened 2026-01-22 16:02:28 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: MoreInformationalEntityNotFoundException


📝 Commits (3)

  • 4b061a0 Add class name as argument.
  • 7ef1063 Pass class name to constructor.
  • 3543cce Pass 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/951 **Author:** [@md2perpe](https://github.com/md2perpe) **Created:** 2/11/2014 **Status:** ✅ Merged **Merged:** 4/16/2014 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `MoreInformationalEntityNotFoundException` --- ### 📝 Commits (3) - [`4b061a0`](https://github.com/doctrine/orm/commit/4b061a0e4c57c43f765bf2cc183cc72745269487) Add class name as argument. - [`7ef1063`](https://github.com/doctrine/orm/commit/7ef106300795249151ebda2bf61e266a0e120972) Pass class name to constructor. - [`3543cce`](https://github.com/doctrine/orm/commit/3543ccea7f100da8cd464407e69994884bcd7626) Pass class name to constructor. ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityNotFoundException.php` (+2 -2) 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+3 -3) 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+1 -1) </details> ### 📄 Description Make EntityNotFoundException be more informational and tell what kind of entity is not found. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:02:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8945