We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ae3732 + 6009776 commit c71ecc5Copy full SHA for c71ecc5
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "php": ">=7.2.0"
+ "php": ">=7.4.0"
16
},
17
"autoload": {
18
"psr-4": {
src/ContainerExceptionInterface.php
@@ -2,9 +2,11 @@
2
3
namespace Psr\Container;
4
5
+use Throwable;
6
+
7
/**
8
* Base interface representing a generic exception in a container.
9
*/
-interface ContainerExceptionInterface
10
+interface ContainerExceptionInterface extends Throwable
11
{
0 commit comments