aboutsummaryrefslogtreecommitdiffstats
path: root/core/Exception/ResetPasswordException.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Exception/ResetPasswordException.php')
-rw-r--r--core/Exception/ResetPasswordException.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/Exception/ResetPasswordException.php b/core/Exception/ResetPasswordException.php
new file mode 100644
index 00000000000..0572c1d052e
--- /dev/null
+++ b/core/Exception/ResetPasswordException.php
@@ -0,0 +1,12 @@
+<?php
+
+declare(strict_types=1);
+
+/**
+ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-License-Identifier: AGPL-3.0-or-later
+ */
+namespace OC\Core\Exception;
+
+class ResetPasswordException extends \Exception {
+}