From 861c8572c03ba577ca89e1f9e88ab108cfafdf49 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 30 Aug 2016 17:43:29 +0800 Subject: restore ldap_password_pr Signed-off-by: Roger Szabo remove notification part Signed-off-by: Roger Szabo blizzz comments Signed-off-by: Roger Szabo morris comment Signed-off-by: Roger Szabo improved error message for changing password Signed-off-by: Roger Szabo blizz comments 20161013 Signed-off-by: Roger Szabo Signed-off-by: Roger Szabo Adjust HintException usage Signed-off-by: Roger Szabo Signed-off-by: Roger Szabo --- .../Exceptions/ConstraintViolationException.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 apps/user_ldap/lib/Exceptions/ConstraintViolationException.php (limited to 'apps/user_ldap/lib/Exceptions/ConstraintViolationException.php') diff --git a/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php b/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php new file mode 100644 index 00000000000..997b01b2d4e --- /dev/null +++ b/apps/user_ldap/lib/Exceptions/ConstraintViolationException.php @@ -0,0 +1,26 @@ + + * + * @author Roger Szabo + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ + +namespace OCA\User_LDAP\Exceptions; + +class ConstraintViolationException extends \Exception {} -- cgit v1.2.3