nextcloud/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php

14 lines
299 B
PHP
Raw Normal View History

2016-05-11 05:23:25 -04:00
<?php
2016-05-11 05:23:25 -04:00
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
2016-05-11 05:23:25 -04:00
*/
namespace OC\Authentication\Exceptions;
use Exception;
class TwoFactorAuthRequiredException extends Exception {
}