Skip to content

Commit 9fc7aab

Browse files
Merge pull request #20 from moufmouf/type_hinting
Adding type-hints and extending Throwable for exception interfaces
2 parents 381524e + 42ca75b commit 9fc7aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContainerExceptionInterface.php

+1-1
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
8+
interface ContainerExceptionInterface extends \Throwable
99
{
1010
}

0 commit comments

Comments
 (0)