From 0f28d538a0af769220bcba120f0a7340dd0aba5f Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Tue, 31 Mar 2015 11:15:47 +0200 Subject: add session class to handle all session operations --- .../exceptions/privatekeymissingexception.php | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 lib/private/encryption/exceptions/privatekeymissingexception.php (limited to 'lib/private/encryption/exceptions/privatekeymissingexception.php') diff --git a/lib/private/encryption/exceptions/privatekeymissingexception.php b/lib/private/encryption/exceptions/privatekeymissingexception.php deleted file mode 100644 index 878b83d240c..00000000000 --- a/lib/private/encryption/exceptions/privatekeymissingexception.php +++ /dev/null @@ -1,28 +0,0 @@ - - * @since 2/25/15, 9:39 AM - * @copyright Copyright (c) 2015, ownCloud, Inc. - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see - * - */ - - -namespace OC\Encryption\Exceptions; - - -class PrivateKeyMissingException extends GenericEncryptionException{ - -} -- cgit v1.2.3