Skip to content

Commit

Permalink
Remove NotSupported (doctrine#11471)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored May 23, 2024
1 parent b58946a commit a22e0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upgrade to 4.0

## Remove the `NotSupported` exception

The class `Doctrine\ORM\Exception\NotSupported` has been removed without replacement.

## Remove remaining `Serializable` implementation

`SequenceGenerator` does not implement the `Serializable` interface anymore.
Expand Down
44 changes: 0 additions & 44 deletions src/Exception/NotSupported.php

This file was deleted.

0 comments on commit a22e0fd

Please sign in to comment.