blob: 4d6053eda665bcfed7a1ef901be107b42e92bd92 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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 {
}
|