blob: 8f3d8fc3499bb63bb5e27bf5f797fc68fad26d80 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\User_LDAP\Exceptions;
class NotOnLDAP extends \Exception {
}
|