From 5794f14df905380cb179cc8eb13dec60d96dfcc6 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 25 Jun 2019 19:34:38 -0100 Subject: Inherited Shares Signed-off-by: Maxence Lange working on users with resharing rights Signed-off-by: Maxence Lange -getLogger() Signed-off-by: Maxence Lange cleaning Signed-off-by: Maxence Lange fix type Signed-off-by: Maxence Lange Update SharingRightsException.php --- .../lib/Exceptions/SharingRightsException.php | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 apps/files_sharing/lib/Exceptions/SharingRightsException.php (limited to 'apps/files_sharing/lib/Exceptions') diff --git a/apps/files_sharing/lib/Exceptions/SharingRightsException.php b/apps/files_sharing/lib/Exceptions/SharingRightsException.php new file mode 100644 index 00000000000..2ec496c0421 --- /dev/null +++ b/apps/files_sharing/lib/Exceptions/SharingRightsException.php @@ -0,0 +1,40 @@ + + * + * @author Maxence Lange + * + * @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 OCA\Files_Sharing\Exceptions; + +use Exception; + + +/** + * Sharing and Resharing rights. + * + * Class SharingRightsException + * + * @package OCA\Files_Sharing\Exceptions + */ +class SharingRightsException extends Exception { + +} + -- cgit v1.2.3