mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
4fcadd630b
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
11 lines
206 B
PHP
11 lines
206 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
namespace OC\User;
|
|
|
|
class DisabledUserException extends LoginException {
|
|
}
|