diff options
Diffstat (limited to 'lib/private/Remote/Api/NotFoundException.php')
-rw-r--r-- | lib/private/Remote/Api/NotFoundException.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/private/Remote/Api/NotFoundException.php b/lib/private/Remote/Api/NotFoundException.php new file mode 100644 index 00000000000..361d03d24ed --- /dev/null +++ b/lib/private/Remote/Api/NotFoundException.php @@ -0,0 +1,10 @@ +<?php + +/** + * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +namespace OC\Remote\Api; + +class NotFoundException extends \Exception { +} |