mirror of
https://github.com/nextcloud/server.git
synced 2025-02-14 12:59:20 +00:00
8d8891c5bc
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
9 lines
223 B
PHP
9 lines
223 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
namespace OCA\User_LDAP\Exceptions;
|
|
|
|
class AttributeNotSet extends \RuntimeException {
|
|
}
|