aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php
blob: f468abd228206272f7558c4777ee3934b90ee650 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OCA\User_LDAP\Exceptions;

class ConstraintViolationException extends \Exception {
}