We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d973867 + ce09c96 commit b58946aCopy full SHA for b58946a
UPGRADE.md
@@ -42,6 +42,10 @@ using the `\Doctrine\ORM\Mapping\UniqueConstraint` and `\Doctrine\ORM\Mapping\In
42
43
# Upgrade to 3.2
44
45
+## Deprecate the `NotSupported` exception
46
+
47
+The class `Doctrine\ORM\Exception\NotSupported` is deprecated without replacement.
48
49
## Deprecate remaining `Serializable` implementation
50
51
Relying on `SequenceGenerator` implementing the `Serializable` is deprecated
src/Exception/NotSupported.php
@@ -8,6 +8,7 @@
8
9
use function sprintf;
10
11
+/** @deprecated */
12
final class NotSupported extends LogicException implements ORMException
13
{
14
public static function create(): self
0 commit comments