aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Remote/Api/NotFoundException.php
blob: 361d03d24edcc67ba70f5a7a6c081b898b784a43 (plain)
1
2
3
4
5
6
7
8
9
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 {
}