Skip to content

Commit 513e066

Browse files
weierophinneyJean85
authored andcommitted
revert: re-instate extension of Throwable in supplied exception interfaces
See #32 (comment) (cherry picked from commit 6009776)
1 parent 89ce296 commit 513e066

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ContainerExceptionInterface.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
namespace Psr\Container;
44

5+
use Throwable;
6+
57
/**
68
* Base interface representing a generic exception in a container.
79
*/
8-
interface ContainerExceptionInterface
10+
interface ContainerExceptionInterface extends Throwable
911
{
1012
}

0 commit comments

Comments
 (0)