Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Remote/Api/NotFoundException.php')
-rw-r--r--lib/private/Remote/Api/NotFoundException.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Remote/Api/NotFoundException.php b/lib/private/Remote/Api/NotFoundException.php
index 429d3e87a10..51ecfabd402 100644
--- a/lib/private/Remote/Api/NotFoundException.php
+++ b/lib/private/Remote/Api/NotFoundException.php
@@ -23,7 +23,6 @@
namespace OC\Remote\Api;
-
class NotFoundException extends \Exception {
}