From d379157289d2e09f41b10253d90ed0867e267a7e Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 22 Apr 2016 17:34:01 +0200 Subject: Move \OC\Encryption to PSR-4 --- .../encryptionheadertolargeexception.php | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 lib/private/encryption/exceptions/encryptionheadertolargeexception.php (limited to 'lib/private/encryption/exceptions/encryptionheadertolargeexception.php') diff --git a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php b/lib/private/encryption/exceptions/encryptionheadertolargeexception.php deleted file mode 100644 index 7b706e621de..00000000000 --- a/lib/private/encryption/exceptions/encryptionheadertolargeexception.php +++ /dev/null @@ -1,34 +0,0 @@ - - * @author Thomas Müller - * - * @copyright Copyright (c) 2016, 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; - -use OCP\Encryption\Exceptions\GenericEncryptionException; - -class EncryptionHeaderToLargeException extends GenericEncryptionException { - - public function __construct() { - parent::__construct('max header size exceeded'); - } - -} -- cgit v1.2.3