0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-20 05:00:15 +00:00
nextcloud_server/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
350 B
PHP
Raw Normal View History

2015-04-01 13:58:23 +02:00
<?php
/**
* SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/
2015-04-01 13:58:23 +02:00
namespace OCA\Encryption\Exceptions;
2015-04-01 16:36:08 +02:00
use OCP\Encryption\Exceptions\GenericEncryptionException;
class MultiKeyEncryptException extends GenericEncryptionException {
2015-04-01 13:58:23 +02:00
}