Skip to content

Commit 6009776

Browse files
committed
revert: re-instate extension of Throwable in supplied exception interfaces
See #32 (comment)
1 parent 18d0016 commit 6009776

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)