From cbc0b936f82887278963b1c5cf91b40df5a7ee26 Mon Sep 17 00:00:00 2001 From: LukasRos Date: Mon, 3 Jul 2023 17:24:32 +0200 Subject: [PATCH] Fixed namespace in class --- CloudObjects/SDK/WebAPI/Exceptions/OAuthFlowException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudObjects/SDK/WebAPI/Exceptions/OAuthFlowException.php b/CloudObjects/SDK/WebAPI/Exceptions/OAuthFlowException.php index 0a8d354..0f7c0f6 100644 --- a/CloudObjects/SDK/WebAPI/Exceptions/OAuthFlowException.php +++ b/CloudObjects/SDK/WebAPI/Exceptions/OAuthFlowException.php @@ -4,7 +4,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -namespace CloudObjects\SDK\WebAPI\OAuthFlowException; +namespace CloudObjects\SDK\WebAPI\Exceptions; /** * An Exception that is thrown when an an OAuth flow failed.