S2SException.php 221 B

123456789101112
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
  4. * SPDX-License-Identifier: AGPL-3.0-only
  5. */
  6. namespace OCA\Files_Sharing\Exceptions;
  7. /**
  8. * S2S sharing not allowed
  9. */
  10. class S2SException extends \Exception {
  11. }