blob: 5251313f5f07a17e9ab5c53916967f092e0fac6d (
plain)
1
2
3
4
5
6
7
8
9
|
<?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 {
}
|