diff options
Diffstat (limited to 'apps/user_ldap/lib/Exceptions/AttributeNotSet.php')
-rw-r--r-- | apps/user_ldap/lib/Exceptions/AttributeNotSet.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/Exceptions/AttributeNotSet.php b/apps/user_ldap/lib/Exceptions/AttributeNotSet.php new file mode 100644 index 00000000000..4d6053eda66 --- /dev/null +++ b/apps/user_ldap/lib/Exceptions/AttributeNotSet.php @@ -0,0 +1,10 @@ +<?php + +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +namespace OCA\User_LDAP\Exceptions; + +class AttributeNotSet extends \RuntimeException { +} |