psr/container 2.0.1

Removed
-------

- Removes extension of `Throwable` in the `ContainerExceptionInterface` to prevent issues under PHP versions < 7.4, where having a concrete instance extend `Throwable` as well as `ContainerExceptionInterface` can lead to `E_FATAL`.