aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Service/ServiceException.php
blob: 79c848779ca1fe75a8c38bf0111e4f03fc1b9f69 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

/**
 * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OCA\Settings\Service;

class ServiceException extends \Exception {
}