mirror of
https://github.com/php-fig/container.git
synced 2026-03-23 22:52:06 +01:00
revert: re-instate extension of Throwable in supplied exception interfaces
See https://github.com/php-fig/container/pull/32#issuecomment-943081411
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace Psr\Container;
|
||||
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* Base interface representing a generic exception in a container.
|
||||
*/
|
||||
interface ContainerExceptionInterface
|
||||
interface ContainerExceptionInterface extends Throwable
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user