From ba8a50c0591c14a63947bda81915988fb03067fe Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 28 Jan 2023 03:41:24 +0100 Subject: fix: Throw `NotFoundExceptionInterface` to fulfill PSR container interface if class not found Signed-off-by: Ferdinand Thiessen --- lib/public/AppFramework/QueryException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/AppFramework/QueryException.php') diff --git a/lib/public/AppFramework/QueryException.php b/lib/public/AppFramework/QueryException.php index 3b73c92e7be..c525ddd8033 100644 --- a/lib/public/AppFramework/QueryException.php +++ b/lib/public/AppFramework/QueryException.php @@ -32,7 +32,7 @@ use Psr\Container\ContainerExceptionInterface; /** * Class QueryException * - * The class extends `NotFoundExceptionInterface` since 20.0.0 + * The class extends `ContainerExceptionInterface` since 20.0.0 * * @since 8.1.0 * @deprecated 20.0.0 catch \Psr\Container\ContainerExceptionInterface -- cgit v1.2.3