doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.92k stars 2.51k forks source link

Deprecate the NotSupported exception #11470

Closed derrabus closed 4 months ago

derrabus commented 4 months ago

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.

greg0ire commented 4 months ago

We might want to look into setting Psalm's findUnusedCode to true + using @api on our public APIs at some point :thinking: