mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #11470] Deprecate the NotSupported exception #13041
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?
Original Pull Request: https://github.com/doctrine/orm/pull/11470
State: closed
Merged: Yes
Another thing we should've removed in 3.0. 🙈
All usages have been removed in the process of removing functionality relates to deprecated DBAL 2 and Persistence 2 features. We may chose to un-deprecate the class in the future, should we need it. But right now, we don't raise that exception anywhere, so we might as well remove it.