nextcloud/lib/private/ServerNotAvailableException.php

12 lines
255 B
PHP
Raw Permalink Normal View History

2015-04-01 11:12:28 -04:00
<?php
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 {
}