aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Exceptions/ConfigurationIssueException.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/Exceptions/ConfigurationIssueException.php')
-rw-r--r--apps/user_ldap/lib/Exceptions/ConfigurationIssueException.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Exceptions/ConfigurationIssueException.php b/apps/user_ldap/lib/Exceptions/ConfigurationIssueException.php
new file mode 100644
index 00000000000..efeb426b13d
--- /dev/null
+++ b/apps/user_ldap/lib/Exceptions/ConfigurationIssueException.php
@@ -0,0 +1,15 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+
+namespace OCA\User_LDAP\Exceptions;
+
+use OCP\HintException;
+
+class ConfigurationIssueException extends HintException {
+}