mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 12:09:14 +00:00
1e04619675
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
12 lines
221 B
PHP
12 lines
221 B
PHP
<?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 {
|
|
}
|