We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381524e + 42ca75b commit 9fc7aabCopy full SHA for 9fc7aab
src/ContainerExceptionInterface.php
@@ -5,6 +5,6 @@
5
/**
6
* Base interface representing a generic exception in a container.
7
*/
8
-interface ContainerExceptionInterface
+interface ContainerExceptionInterface extends \Throwable
9
{
10
}
0 commit comments