diff options
Diffstat (limited to 'lib/unstable/Security/Signature/Exceptions/SignatoryException.php')
-rw-r--r-- | lib/unstable/Security/Signature/Exceptions/SignatoryException.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/unstable/Security/Signature/Exceptions/SignatoryException.php b/lib/unstable/Security/Signature/Exceptions/SignatoryException.php new file mode 100644 index 00000000000..92409ab3d98 --- /dev/null +++ b/lib/unstable/Security/Signature/Exceptions/SignatoryException.php @@ -0,0 +1,15 @@ +<?php + +declare(strict_types=1); +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +namespace NCU\Security\Signature\Exceptions; + +/** + * @experimental 31.0.0 + */ +class SignatoryException extends SignatureException { +} |