[PR #1016] [CLOSED] improved error handling for invalid association values #9040

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/1016
Author: @flip111
Created: 4/23/2014
Status: Closed

Base: masterHead: patch-8


📝 Commits (1)

  • 62672d0 improved error handling for invalid association values

📊 Changes

1 file changed (+11 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+11 -1)

📄 Description

Possibly to do:

  1. Make custom Exception for line 713
  2. Make custom Exception for line 817
  3. Does the object check on line 816 slow down the code too much? Alternatively a try-catch could be put around line 1415 or higher up.

🔄 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/1016 **Author:** [@flip111](https://github.com/flip111) **Created:** 4/23/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-8` --- ### 📝 Commits (1) - [`62672d0`](https://github.com/doctrine/orm/commit/62672d01a48c2e632ee42dd42ba5a95a3b42dcfa) improved error handling for invalid association values ### 📊 Changes **1 file changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+11 -1) </details> ### 📄 Description Possibly to do: 1. Make custom Exception for line 713 2. Make custom Exception for line 817 3. Does the object check on line 816 slow down the code too much? Alternatively a try-catch could be put around line 1415 or higher up. --- <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:56 +01:00
admin closed this issue 2026-01-22 16:02:56 +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#9040