From f5e0d6ae6adacc44d2e7821425af39ba0a7dc71a Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 29 Apr 2016 13:13:47 +0200 Subject: Move more of \OC to PSR-4 * \OC\DateTimeFormatter * \OC\DateTimeZone * \OC\ForbiddenException * \OC\HTTPHelper * \OC\HintException * \OC\LargeFileHelper * \OC\Log * \OC\NaturalSort * \OC\NavigationManager * \OC\NeedsUpdateException * \OC\NotSquareException --- lib/private/needsupdateexception.php | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 lib/private/needsupdateexception.php (limited to 'lib/private/needsupdateexception.php') diff --git a/lib/private/needsupdateexception.php b/lib/private/needsupdateexception.php deleted file mode 100644 index 90c642780d8..00000000000 --- a/lib/private/needsupdateexception.php +++ /dev/null @@ -1,26 +0,0 @@ - - * @author Robin Appelman - * - * @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; - -class NeedsUpdateException extends ServiceUnavailableException { -} -- cgit v1.2.3