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