aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Authentication/Exceptions/CredentialsUnavailableException.php')
-rw-r--r--lib/public/Authentication/Exceptions/CredentialsUnavailableException.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php b/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php
new file mode 100644
index 00000000000..6ca8e68ed95
--- /dev/null
+++ b/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+namespace OCP\Authentication\Exceptions;
+
+use Exception;
+
+/**
+ * @since 12
+ */
+class CredentialsUnavailableException extends Exception {
+}