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