mirror of
https://github.com/doctrine/orm.git
synced 2026-04-27 00:18:04 +02:00
DDC-355: [Patch] Throw exception if class in DiscriminatorMap is unknown #440
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 (Feb 20, 2010).
Jira issue originally created by user shurakai:
Prevent Doctrine from triggering a "PHP Warning" in ClassMetaDataInfo if a class used within a discriminator map could not be loaded. Instead, throw an exception stating which class could not be found and where its used.