aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Exceptions/AttributeNotSet.php
blob: 35df63518b4abcc28de7b518efab61de8fdf5fb7 (plain)
1
2
3
4
5
6
7
8
9
<?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 {
}