From c6edbfecbee709e752400e0b085e930c51223dcc Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Sun, 20 Mar 2016 14:12:36 +0100 Subject: Move (new) sharing over to composer autoloader --- lib/private/share20/exception/backenderror.php | 25 -------------------- lib/private/share20/exception/invalidshare.php | 25 -------------------- .../share20/exception/providerexception.php | 27 ---------------------- 3 files changed, 77 deletions(-) delete mode 100644 lib/private/share20/exception/backenderror.php delete mode 100644 lib/private/share20/exception/invalidshare.php delete mode 100644 lib/private/share20/exception/providerexception.php (limited to 'lib/private/share20/exception') diff --git a/lib/private/share20/exception/backenderror.php b/lib/private/share20/exception/backenderror.php deleted file mode 100644 index f15dea4a243..00000000000 --- a/lib/private/share20/exception/backenderror.php +++ /dev/null @@ -1,25 +0,0 @@ - - * - * @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\Share20\Exception; - -class BackendError extends \Exception { - -} diff --git a/lib/private/share20/exception/invalidshare.php b/lib/private/share20/exception/invalidshare.php deleted file mode 100644 index c176e4424ba..00000000000 --- a/lib/private/share20/exception/invalidshare.php +++ /dev/null @@ -1,25 +0,0 @@ - - * - * @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\Share20\Exception; - -class InvalidShare extends \Exception { - -} diff --git a/lib/private/share20/exception/providerexception.php b/lib/private/share20/exception/providerexception.php deleted file mode 100644 index a14d5266581..00000000000 --- a/lib/private/share20/exception/providerexception.php +++ /dev/null @@ -1,27 +0,0 @@ - - * - * @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\Share20\Exception; - - -class ProviderException extends \Exception { - -} - -- cgit v1.2.3