Skip to content

Commit 62978e8

Browse files
Merge pull request #31 from moufmouf/fix/remove_throwable
Removing Throwable on ContainerExceptionInterface
2 parents 9fc7aab + eae17cb commit 62978e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ContainerExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
/**
66
* Base interface representing a generic exception in a container.
77
*/
8-
interface ContainerExceptionInterface extends \Throwable
8+
interface ContainerExceptionInterface
99
{
1010
}

0 commit comments

Comments
 (0)