Remove outdated doctrine/cache package and change configuration

This commit is contained in:
2026-05-26 15:38:15 +00:00
parent 9f339953fe
commit 23f00b2374
7 changed files with 295 additions and 518 deletions

View File

@@ -0,0 +1,14 @@
<?php
/* This Source Code Form is subject to the terms of the Mozilla Public
* 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\Exceptions;
/**
* An Exception that is thrown when the SDK's configuration isn't valid.
*/
class InvalidSDKConfigurationException extends \Exception {
}