diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-03-31 11:15:47 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:28 +0200 |
commit | 0f28d538a0af769220bcba120f0a7340dd0aba5f (patch) | |
tree | 7c3dc65e4f1c9d7d4330563fb4c1eb7c6ed51827 /lib | |
parent | e0ab2c34eab970d82ddc6c9f5b3b752243fc716a (diff) | |
download | nextcloud-server-0f28d538a0af769220bcba120f0a7340dd0aba5f.tar.gz nextcloud-server-0f28d538a0af769220bcba120f0a7340dd0aba5f.zip |
add session class to handle all session operations
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/encryption/exceptions/privatekeymissingexception.php | 28 |
1 files changed, 0 insertions, 28 deletions
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 @@ -<?php - /** - * @author Clark Tomlinson <clark@owncloud.com> - * @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 <http://www.gnu.org/licenses/> - * - */ - - -namespace OC\Encryption\Exceptions; - - -class PrivateKeyMissingException extends GenericEncryptionException{ - -} |