From 5cfe20675dfa1f895af47b4a8c93cf479d53b200 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Wed, 18 Apr 2018 16:05:11 +0200 Subject: start implementing federated sharing 2.0 Signed-off-by: Bjoern Schiessle --- .../ProviderCouldNotAddShareException.php | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php (limited to 'lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php') diff --git a/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php b/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php new file mode 100644 index 00000000000..b608437aa3c --- /dev/null +++ b/lib/public/Federation/Exceptions/ProviderCouldNotAddShareException.php @@ -0,0 +1,28 @@ + + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * 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 + * along with this program. If not, see . + * + */ + +namespace OCP\Federation\Exceptions; + +use OC\HintException; + +class ProviderCouldNotAddShareException extends HintException { + +} -- cgit v1.2.3