From 4608f8a3b5f3f88ce033817f682103c31f8a934f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 24 Jul 2014 17:16:34 +0200 Subject: Throw an exception when we try to load an app that needs to be upgraded --- lib/private/needsupdateexception.php | 12 ++++++++++++ 1 file changed, 12 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..bab928dc30f --- /dev/null +++ b/lib/private/needsupdateexception.php @@ -0,0 +1,12 @@ + + * This file is licensed under the Affero General Public License version 3 or + * later. + * See the COPYING-README file. + */ + +namespace OC; + +class NeedsUpdateException extends ServiceUnavailableException { +} -- cgit v1.2.3