1
0

NotFoundException.php 292 B

12345678910111213
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
  5. * SPDX-License-Identifier: AGPL-3.0-only
  6. */
  7. namespace OCA\Files_External;
  8. /**
  9. * Storage is not found
  10. */
  11. class NotFoundException extends \Exception {
  12. }