We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae659fe commit ce09c96Copy full SHA for ce09c96
UPGRADE.md
@@ -1,5 +1,9 @@
1
# Upgrade to 3.2
2
3
+## Deprecate the `NotSupported` exception
4
+
5
+The class `Doctrine\ORM\Exception\NotSupported` is deprecated without replacement.
6
7
## Deprecate remaining `Serializable` implementation
8
9
Relying on `SequenceGenerator` implementing the `Serializable` is deprecated
src/Exception/NotSupported.php
@@ -8,6 +8,7 @@
use function sprintf;
10
11
+/** @deprecated */
12
final class NotSupported extends LogicException implements ORMException
13
{
14
public static function create(): self
0 commit comments