2018-09-14 06:34:24 -04:00
|
|
|
<?php
|
2019-12-03 13:57:53 -05:00
|
|
|
|
2018-10-16 11:48:16 -04:00
|
|
|
declare(strict_types=1);
|
2019-12-03 13:57:53 -05:00
|
|
|
|
2018-09-14 06:34:24 -04:00
|
|
|
/**
|
2024-05-23 03:26:56 -04:00
|
|
|
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
2018-09-14 06:34:24 -04:00
|
|
|
*/
|
2026-05-28 08:54:31 -04:00
|
|
|
|
2018-09-14 06:34:24 -04:00
|
|
|
namespace OCP\Collaboration\Resources;
|
|
|
|
|
|
2019-02-07 10:04:15 -05:00
|
|
|
/**
|
|
|
|
|
* @since 16.0.0
|
|
|
|
|
*/
|
2018-09-14 06:34:24 -04:00
|
|
|
class ResourceException extends \RuntimeException {
|
|
|
|
|
}
|