From 2ae37329ee82f91efadc282cc2d527fd6065a5ef Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Wed, 24 Mar 2021 14:40:57 +0100 Subject: [PATCH] Partially revert 19764b1 --- src/NotFoundExceptionInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotFoundExceptionInterface.php b/src/NotFoundExceptionInterface.php index 3ac8891..650bf46 100644 --- a/src/NotFoundExceptionInterface.php +++ b/src/NotFoundExceptionInterface.php @@ -5,6 +5,6 @@ /** * No entry was found in the container. */ -interface NotFoundExceptionInterface +interface NotFoundExceptionInterface extends ContainerExceptionInterface { }