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 insertions(+) create mode 100644 lib/private/NeedsUpdateException.php (limited to 'lib/private/NeedsUpdateException.php') diff --git a/lib/private/NeedsUpdateException.php b/lib/private/NeedsUpdateException.php new file mode 100644 index 00000000000..90c642780d8 --- /dev/null +++ b/lib/private/NeedsUpdateException.php @@ -0,0 +1,26 @@ + + * @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