f7cloud_client/apps/twofactor_nextcloud_notification/lib/Exception/TokenExpireException.php
2026-03-05 13:40:40 +00:00

13 lines
268 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\TwoFactorNextcloudNotification\Exception;
class TokenExpireException extends \Exception {
}