Guuzen
Guuzen
### Symfony version(s) affected 5.4.4 ### Description I want all of my exceptions to be serialized and there is SerializerErrorRenderer for this. But Symfony\Component\ErrorHandler\ErrorHandler overrides this behaviour and return errors...
For now, it is not supported. It prevents doctrine/orm package from being upgraded because it [requires](https://github.com/doctrine/orm/blob/95da667862eeb1f94f3b09b2ebc708cfd929f5fe/composer.json#L32C10-L32C32) doctrine/lexer 3 and higher.
We have an abstract Uuid class in our project, which we use to differentiate between different types of Ids when we compare them, so it has an equals method. When...