mirror of
https://github.com/php-fig/container.git
synced 2026-03-24 07:02:07 +01:00
Remove Throwable interface from exceptions (port of #31 to 2.x)
This commit is contained in:
@@ -5,6 +5,6 @@ namespace Psr\Container;
|
||||
/**
|
||||
* Base interface representing a generic exception in a container.
|
||||
*/
|
||||
interface ContainerExceptionInterface extends \Throwable
|
||||
interface ContainerExceptionInterface
|
||||
{
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@ namespace Psr\Container;
|
||||
/**
|
||||
* No entry was found in the container.
|
||||
*/
|
||||
interface NotFoundExceptionInterface extends ContainerExceptionInterface
|
||||
interface NotFoundExceptionInterface
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user