11 lines
202 B
PHP
11 lines
202 B
PHP
<?php
|
|
|
|
/**
|
|
* SPDX-FileCopyrightText: 2025 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
namespace OC\User;
|
|
|
|
class DisabledUserException extends LoginException {
|
|
}
|