aboutsummaryrefslogtreecommitdiffstats
path: root/lib/unstable/Security/PublicPrivateKeyPairs/Exceptions/KeyPairConflictException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unstable/Security/PublicPrivateKeyPairs/Exceptions/KeyPairConflictException.php')
-rw-r--r--lib/unstable/Security/PublicPrivateKeyPairs/Exceptions/KeyPairConflictException.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/unstable/Security/PublicPrivateKeyPairs/Exceptions/KeyPairConflictException.php b/lib/unstable/Security/PublicPrivateKeyPairs/Exceptions/KeyPairConflictException.php
deleted file mode 100644
index b80834264dc..00000000000
--- a/lib/unstable/Security/PublicPrivateKeyPairs/Exceptions/KeyPairConflictException.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-/**
- * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
- * SPDX-License-Identifier: AGPL-3.0-or-later
- */
-namespace NCU\Security\PublicPrivateKeyPairs\Exceptions;
-
-/**
- * conflict between public and private key pair
- *
- * @experimental 31.0.0
- * @since 31.0.0
- */
-class KeyPairConflictException extends KeyPairException {
-}