Fixed namespace in class

This commit is contained in:
2023-07-03 17:24:32 +02:00
parent f1e1c8fd18
commit cbc0b936f8

View File

@@ -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.