diff options
Diffstat (limited to 'apps/files_sharing/lib/Exceptions/S2SException.php')
-rw-r--r-- | apps/files_sharing/lib/Exceptions/S2SException.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files_sharing/lib/Exceptions/S2SException.php b/apps/files_sharing/lib/Exceptions/S2SException.php new file mode 100644 index 00000000000..10360820432 --- /dev/null +++ b/apps/files_sharing/lib/Exceptions/S2SException.php @@ -0,0 +1,13 @@ +<?php + +/** + * SPDX-FileCopyrightText: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only + */ +namespace OCA\Files_Sharing\Exceptions; + +/** + * S2S sharing not allowed + */ +class S2SException extends \Exception { +} |