nextcloud-server/lib/public/AppFramework/OCS/OCSException.php

18 lines
274 B
PHP

<?php
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCP\AppFramework\OCS;
use Exception;
/**
* Class OCSException
*
* @since 9.1.0
*/
class OCSException extends Exception {
}