nextcloud/lib/private/ServerNotAvailableException.php

14 lines
281 B
PHP
Raw Permalink Normal View History

2015-04-01 11:12:28 -04:00
<?php
declare(strict_types=1);
2015-04-01 11:12:28 -04:00
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
2015-04-01 11:12:28 -04:00
*/
namespace OC;
class ServerNotAvailableException extends \Exception {
}