From 3338eede3ccb2ead223a46fd537b7504bb4786e0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 26 Nov 2014 12:30:07 +0100 Subject: Correctly namespace DatabaseSetupException --- lib/private/databasesetupexception.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/private/databasesetupexception.php (limited to 'lib/private/databasesetupexception.php') diff --git a/lib/private/databasesetupexception.php b/lib/private/databasesetupexception.php new file mode 100644 index 00000000000..9235cda8c0e --- /dev/null +++ b/lib/private/databasesetupexception.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 DatabaseSetupException extends HintException { +} -- cgit v1.2.3