%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/nextcloud.varak.net/lib/public/Activity/Exceptions/
Upload File :
Create Path :
Current File : /www/varak.net/nextcloud.varak.net/lib/public/Activity/Exceptions/IncompleteActivityException.php

<?php

declare(strict_types=1);

/**
 * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

namespace OCP\Activity\Exceptions;

/**
 * Thrown when {@see \OCP\Notification\IManager::notify()} is called with a notification
 * that does not have all required fields set:
 *
 * - app
 * - type
 * - affectedUser
 * - subject
 * - objectType
 * - objectId
 *
 * @since 30.0.0
 */
class IncompleteActivityException extends \BadMethodCallException {
}

Zerion Mini Shell 1.0